E566
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017e3e8 commit d7f832aCopy full SHA for d7f832a
pubsub/google/__init__.py
@@ -20,4 +20,3 @@
20
except ImportError:
21
import pkgutil
22
__path__ = pkgutil.extend_path(__path__, __name__)
23
-
pubsub/google/cloud/__init__.py
pubsub/synth.py
@@ -72,13 +72,6 @@
72
'\g<0>import google.api_core.path_template\n'
73
)
74
75
-# Generator is removing ending line of __init__.py
76
-s.replace(
77
- ['google/cloud/__init__.py', 'google/__init__.py'],
78
- '__path__ = pkgutil.extend_path\(__path__, __name__\)',
79
- '\g<0>\n'
80
-)
81
82
# Doc strings are formatted poorly
83
s.replace(
84
'google/cloud/pubsub_v1/proto/pubsub_pb2.py',
0 commit comments