Skip to content

Commit faedd52

Browse files
authored
blacken all gen'd libs (#6792)
* blacken all gen'd libs
1 parent bfd20ea commit faedd52

38 files changed

+5193
-3411
lines changed

packages/google-cloud-automl/google/cloud/automl.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,4 @@
2121
from google.cloud.automl_v1beta1 import enums
2222
from google.cloud.automl_v1beta1 import types
2323

24-
__all__ = (
25-
'enums',
26-
'types',
27-
'PredictionServiceClient',
28-
'AutoMlClient',
29-
)
24+
__all__ = ("enums", "types", "PredictionServiceClient", "AutoMlClient")

packages/google-cloud-automl/google/cloud/automl_v1beta1/__init__.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
from google.cloud.automl_v1beta1.gapic import prediction_service_client
2323

2424

25-
class PredictionServiceClient(
26-
prediction_service_client.PredictionServiceClient):
25+
class PredictionServiceClient(prediction_service_client.PredictionServiceClient):
2726
__doc__ = prediction_service_client.PredictionServiceClient.__doc__
2827
enums = enums
2928

@@ -33,9 +32,4 @@ class AutoMlClient(auto_ml_client.AutoMlClient):
3332
enums = enums
3433

3534

36-
__all__ = (
37-
'enums',
38-
'types',
39-
'PredictionServiceClient',
40-
'AutoMlClient',
41-
)
35+
__all__ = ("enums", "types", "PredictionServiceClient", "AutoMlClient")

0 commit comments

Comments
 (0)