Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: change docstring formatting (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 25, 2020
1 parent 0b9167c commit a952553
Show file tree
Hide file tree
Showing 19 changed files with 124 additions and 11 deletions.
4 changes: 2 additions & 2 deletions google/cloud/datacatalog_v1/__init__.py
Expand Up @@ -26,8 +26,8 @@

if sys.version_info[:2] == (2, 7):
message = (
"A future version of this library will drop support for Python 2.7."
"More details about Python 2 support for Google Cloud Client Libraries"
"A future version of this library will drop support for Python 2.7. "
"More details about Python 2 support for Google Cloud Client Libraries "
"can be found at https://cloud.google.com/python/docs/python2-sunset/"
)
warnings.warn(message, DeprecationWarning)
Expand Down
31 changes: 31 additions & 0 deletions google/cloud/datacatalog_v1/proto/datacatalog_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions google/cloud/datacatalog_v1/proto/gcs_fileset_spec_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions google/cloud/datacatalog_v1/proto/schema_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions google/cloud/datacatalog_v1/proto/search_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions google/cloud/datacatalog_v1/proto/table_spec_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions google/cloud/datacatalog_v1/proto/tags_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions google/cloud/datacatalog_v1/proto/timestamps_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions google/cloud/datacatalog_v1beta1/__init__.py
Expand Up @@ -30,8 +30,8 @@

if sys.version_info[:2] == (2, 7):
message = (
"A future version of this library will drop support for Python 2.7."
"More details about Python 2 support for Google Cloud Client Libraries"
"A future version of this library will drop support for Python 2.7. "
"More details about Python 2 support for Google Cloud Client Libraries "
"can be found at https://cloud.google.com/python/docs/python2-sunset/"
)
warnings.warn(message, DeprecationWarning)
Expand Down

0 comments on commit a952553

Please sign in to comment.