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

Commit a952553

Browse files
chore: change docstring formatting (#43)
1 parent 0b9167c commit a952553

19 files changed

+124
-11
lines changed

google/cloud/datacatalog_v1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

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

google/cloud/datacatalog_v1/proto/datacatalog_pb2.py

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google/cloud/datacatalog_v1/proto/gcs_fileset_spec_pb2.py

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google/cloud/datacatalog_v1/proto/schema_pb2.py

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google/cloud/datacatalog_v1/proto/search_pb2.py

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google/cloud/datacatalog_v1/proto/table_spec_pb2.py

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google/cloud/datacatalog_v1/proto/tags_pb2.py

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google/cloud/datacatalog_v1/proto/timestamps_pb2.py

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google/cloud/datacatalog_v1beta1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

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

0 commit comments

Comments
 (0)