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 f700c82 commit 6f692b3
Show file tree
Hide file tree
Showing 9 changed files with 10,554 additions and 6,674 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ class ClusterManagerClient(cluster_manager_client.ClusterManagerClient):
enums = enums


__all__ = (
'enums',
'types',
'ClusterManagerClient',
)
__all__ = ("enums", "types", "ClusterManagerClient")
Loading

0 comments on commit 6f692b3

Please sign in to comment.