Skip to content

Commit 53cdbab

Browse files
fix: blacken on library, test files (#135)
* fix: blacken on library, test files Co-authored-by: Bu Sun Kim <busunkim@google.com>
1 parent 07ae55a commit 53cdbab

File tree

24 files changed

+72
-80
lines changed

24 files changed

+72
-80
lines changed

google/cloud/aiplatform_v1beta1/services/dataset_service/transports/base.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ def __init__(
7474
scope (Optional[Sequence[str]]): A list of scopes.
7575
quota_project_id (Optional[str]): An optional project to use for billing
7676
and quota.
77-
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
78-
The client info used to send a user-agent string along with
79-
API requests. If ``None``, then default info will be used.
80-
Generally, you only need to set this if you're developing
77+
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
78+
The client info used to send a user-agent string along with
79+
API requests. If ``None``, then default info will be used.
80+
Generally, you only need to set this if you're developing
8181
your own client library.
8282
"""
8383
# Save the hostname. Default to port 443 (HTTPS) if none is specified.

google/cloud/aiplatform_v1beta1/services/dataset_service/transports/grpc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ def create_channel(
228228

229229
@property
230230
def grpc_channel(self) -> grpc.Channel:
231-
"""Return the channel designed to connect to this service.
232-
"""
231+
"""Return the channel designed to connect to this service."""
233232
return self._grpc_channel
234233

235234
@property

google/cloud/aiplatform_v1beta1/services/dataset_service/transports/grpc_asyncio.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ def __init__(
137137
for grpc channel. It is ignored if ``channel`` is provided.
138138
quota_project_id (Optional[str]): An optional project to use for billing
139139
and quota.
140-
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
141-
The client info used to send a user-agent string along with
142-
API requests. If ``None``, then default info will be used.
143-
Generally, you only need to set this if you're developing
140+
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
141+
The client info used to send a user-agent string along with
142+
API requests. If ``None``, then default info will be used.
143+
Generally, you only need to set this if you're developing
144144
your own client library.
145145
146146
Raises:

google/cloud/aiplatform_v1beta1/services/endpoint_service/transports/base.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ def __init__(
7373
scope (Optional[Sequence[str]]): A list of scopes.
7474
quota_project_id (Optional[str]): An optional project to use for billing
7575
and quota.
76-
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
77-
The client info used to send a user-agent string along with
78-
API requests. If ``None``, then default info will be used.
79-
Generally, you only need to set this if you're developing
76+
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
77+
The client info used to send a user-agent string along with
78+
API requests. If ``None``, then default info will be used.
79+
Generally, you only need to set this if you're developing
8080
your own client library.
8181
"""
8282
# Save the hostname. Default to port 443 (HTTPS) if none is specified.

google/cloud/aiplatform_v1beta1/services/endpoint_service/transports/grpc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ def create_channel(
227227

228228
@property
229229
def grpc_channel(self) -> grpc.Channel:
230-
"""Return the channel designed to connect to this service.
231-
"""
230+
"""Return the channel designed to connect to this service."""
232231
return self._grpc_channel
233232

234233
@property

google/cloud/aiplatform_v1beta1/services/endpoint_service/transports/grpc_asyncio.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ def __init__(
136136
for grpc channel. It is ignored if ``channel`` is provided.
137137
quota_project_id (Optional[str]): An optional project to use for billing
138138
and quota.
139-
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
140-
The client info used to send a user-agent string along with
141-
API requests. If ``None``, then default info will be used.
142-
Generally, you only need to set this if you're developing
139+
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
140+
The client info used to send a user-agent string along with
141+
API requests. If ``None``, then default info will be used.
142+
Generally, you only need to set this if you're developing
143143
your own client library.
144144
145145
Raises:

google/cloud/aiplatform_v1beta1/services/job_service/transports/base.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ def __init__(
8686
scope (Optional[Sequence[str]]): A list of scopes.
8787
quota_project_id (Optional[str]): An optional project to use for billing
8888
and quota.
89-
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
90-
The client info used to send a user-agent string along with
91-
API requests. If ``None``, then default info will be used.
92-
Generally, you only need to set this if you're developing
89+
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
90+
The client info used to send a user-agent string along with
91+
API requests. If ``None``, then default info will be used.
92+
Generally, you only need to set this if you're developing
9393
your own client library.
9494
"""
9595
# Save the hostname. Default to port 443 (HTTPS) if none is specified.

google/cloud/aiplatform_v1beta1/services/job_service/transports/grpc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@ def create_channel(
242242

243243
@property
244244
def grpc_channel(self) -> grpc.Channel:
245-
"""Return the channel designed to connect to this service.
246-
"""
245+
"""Return the channel designed to connect to this service."""
247246
return self._grpc_channel
248247

249248
@property

google/cloud/aiplatform_v1beta1/services/job_service/transports/grpc_asyncio.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ def __init__(
151151
for grpc channel. It is ignored if ``channel`` is provided.
152152
quota_project_id (Optional[str]): An optional project to use for billing
153153
and quota.
154-
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
155-
The client info used to send a user-agent string along with
156-
API requests. If ``None``, then default info will be used.
157-
Generally, you only need to set this if you're developing
154+
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
155+
The client info used to send a user-agent string along with
156+
API requests. If ``None``, then default info will be used.
157+
Generally, you only need to set this if you're developing
158158
your own client library.
159159
160160
Raises:

google/cloud/aiplatform_v1beta1/services/migration_service/transports/base.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ def __init__(
7171
scope (Optional[Sequence[str]]): A list of scopes.
7272
quota_project_id (Optional[str]): An optional project to use for billing
7373
and quota.
74-
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
75-
The client info used to send a user-agent string along with
76-
API requests. If ``None``, then default info will be used.
77-
Generally, you only need to set this if you're developing
74+
client_info (google.api_core.gapic_v1.client_info.ClientInfo):
75+
The client info used to send a user-agent string along with
76+
API requests. If ``None``, then default info will be used.
77+
Generally, you only need to set this if you're developing
7878
your own client library.
7979
"""
8080
# Save the hostname. Default to port 443 (HTTPS) if none is specified.

0 commit comments

Comments
 (0)