We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6fbd1 commit 19bd497Copy full SHA for 19bd497
2 files changed
packages/google-cloud-bigquery-datatransfer/google/cloud/__init__.py
@@ -20,4 +20,3 @@
20
except ImportError:
21
import pkgutil
22
__path__ = pkgutil.extend_path(__path__, __name__)
23
-
packages/google-cloud-bigquery-datatransfer/synth.py
@@ -35,15 +35,8 @@
35
'nox.py', 'setup.py']
36
)
37
38
-# Generator is removing ending line of __init__.py
39
s.replace(
40
- 'google/cloud/__init__.py',
41
- '__path__ = pkgutil.extend_path\(__path__, __name__\)',
42
- '\g<0>\n'
43
-)
44
45
-s.replace(
46
- ['google/cloud/bigquery_datatransfer_v1/proto/datatransfer_pb2.py',
+ ['google/cloud/bigquery_datatransfer_v1/proto/datatransfer_pb2.py',
47
'google/cloud/bigquery_datatransfer_v1/proto/datatransfer_pb2_grpc.py'],
48
'from google.cloud.bigquery.datatransfer_v1.proto',
49
'from google.cloud.bigquery_datatransfer_v1.proto'
0 commit comments