Skip to content

Commit fdf4703

Browse files
chore: Update gapic-generator-python to v1.8.4 (#245)
* chore: Update gapic-generator-python to v1.8.4 PiperOrigin-RevId: 507808936 Source-Link: googleapis/googleapis@64cf849 Source-Link: googleapis/googleapis-gen@53c48ca Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTNjNDhjYWMxNTNkM2IzN2YzZDJjMmRlYzQ4MzBjZmQ5MWVjNDE1MyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5480be3 commit fdf4703

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/google-cloud-functions/setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@
5656
if package.startswith("google")
5757
]
5858

59-
namespaces = ["google"]
60-
if "google.cloud" in packages:
61-
namespaces.append("google.cloud")
59+
namespaces = ["google", "google.cloud"]
6260

6361
setuptools.setup(
6462
name=name,

0 commit comments

Comments
 (0)