Skip to content

Commit

Permalink
Fix stray, lint-breaking blank lines from autosynth. (#5960)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Sep 12, 2018
1 parent 40332ed commit 2ab46a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion packages/google-cloud-dlp/google/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@
except ImportError:
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)

1 change: 0 additions & 1 deletion packages/google-cloud-dlp/google/cloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@
except ImportError:
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)

7 changes: 0 additions & 7 deletions packages/google-cloud-dlp/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@
"google.cloud.dlp_v2"
)

# Add newlines to end of files
s.replace(
["google/__init__.py", "google/cloud/__init__.py"],
"__path__ = pkgutil.extend_path\(__path__, __name__\)",
"\g<0>\n"
)

# Add missing utf-8 marker
s.replace(
"google/cloud/dlp_v2/proto/dlp_pb2.py",
Expand Down

0 comments on commit 2ab46a6

Please sign in to comment.