Skip to content

Commit 69c0e54

Browse files
authored
chore: delete obsolete replace in synth.py (#53)
1 parent 19da284 commit 69c0e54

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/google-cloud-webrisk/synth.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@
3434
s.copy(library, excludes=["docs/index.rst", "nox.py", "README.rst", "setup.py"])
3535

3636

37-
# Fix docstring issue for classes with no summary line
38-
s.replace(
39-
"google/cloud/**/proto/webrisk_pb2.py",
40-
''''__doc__': """Attributes:''',
41-
''''__doc__': """
42-
Attributes:''',
43-
)
44-
45-
4637
# ----------------------------------------------------------------------------
4738
# Add templated files
4839
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)