Skip to content

Commit 19bd497

Browse files
authored
Fix stray, lint-breaking blank lines from autosynth. (#5960)
1 parent 9e6fbd1 commit 19bd497

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

packages/google-cloud-bigquery-datatransfer/google/cloud/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@
2020
except ImportError:
2121
import pkgutil
2222
__path__ = pkgutil.extend_path(__path__, __name__)
23-

packages/google-cloud-bigquery-datatransfer/synth.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,8 @@
3535
'nox.py', 'setup.py']
3636
)
3737

38-
# Generator is removing ending line of __init__.py
3938
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',
39+
['google/cloud/bigquery_datatransfer_v1/proto/datatransfer_pb2.py',
4740
'google/cloud/bigquery_datatransfer_v1/proto/datatransfer_pb2_grpc.py'],
4841
'from google.cloud.bigquery.datatransfer_v1.proto',
4942
'from google.cloud.bigquery_datatransfer_v1.proto'

0 commit comments

Comments
 (0)