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

Commit

Permalink
chore: delete obsolete replace in synth.py (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Mar 18, 2021
1 parent b0c4368 commit 52a958b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions synth.py
Expand Up @@ -34,15 +34,6 @@
s.copy(library, excludes=["docs/index.rst", "nox.py", "README.rst", "setup.py"])


# Fix docstring issue for classes with no summary line
s.replace(
"google/cloud/**/proto/webrisk_pb2.py",
''''__doc__': """Attributes:''',
''''__doc__': """
Attributes:''',
)


# ----------------------------------------------------------------------------
# Add templated files
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 52a958b

Please sign in to comment.