Skip to content

Commit

Permalink
blacken all gen'd libs (#6792)
Browse files Browse the repository at this point in the history
* blacken all gen'd libs
  • Loading branch information
crwilcox authored Nov 30, 2018
1 parent bfd20ea commit faedd52
Show file tree
Hide file tree
Showing 38 changed files with 5,193 additions and 3,411 deletions.
7 changes: 1 addition & 6 deletions packages/google-cloud-automl/google/cloud/automl.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,4 @@
from google.cloud.automl_v1beta1 import enums
from google.cloud.automl_v1beta1 import types

__all__ = (
'enums',
'types',
'PredictionServiceClient',
'AutoMlClient',
)
__all__ = ("enums", "types", "PredictionServiceClient", "AutoMlClient")
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
from google.cloud.automl_v1beta1.gapic import prediction_service_client


class PredictionServiceClient(
prediction_service_client.PredictionServiceClient):
class PredictionServiceClient(prediction_service_client.PredictionServiceClient):
__doc__ = prediction_service_client.PredictionServiceClient.__doc__
enums = enums

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


__all__ = (
'enums',
'types',
'PredictionServiceClient',
'AutoMlClient',
)
__all__ = ("enums", "types", "PredictionServiceClient", "AutoMlClient")
Loading

0 comments on commit faedd52

Please sign in to comment.