Skip to content

Commit

Permalink
chore: remove obsolete block in synth.py (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Mar 18, 2021
1 parent a10f78d commit ca3e8d8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/google-cloud-tasks/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@
s.replace("google/cloud/*/types/target.py", "X-Google-\*", "X-Google-\\*")
s.replace("google/cloud/*/types/target.py", "X-AppEngine-\*", "X-AppEngine-\\*")

# Bug with test_iam_permissions adding permissions twice
# https://github.com/googleapis/gapic-generator-python/issues/778
s.replace(
"google/cloud/**/client.py",
"""\s+if permissions:
\s+request\.permissions\.extend\(permissions\)""",
"",
)

# ----------------------------------------------------------------------------
# Add templated files
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit ca3e8d8

Please sign in to comment.