Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit c2e3592

Browse files
committed
remove unused replacements
1 parent 62c9c58 commit c2e3592

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

owlbot.py

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,6 @@ def get_staging_dirs(
7373
s.move(library / "scripts")
7474

7575
for library in get_staging_dirs(datastore_admin_default_version, "datastore_admin"):
76-
s.replace(
77-
library / "google/**/datastore_admin_client.py",
78-
"google-cloud-datastore-admin",
79-
"google-cloud-datstore",
80-
)
81-
82-
# Remove spurious markup
83-
s.replace(
84-
library / "google/**/datastore_admin/client.py",
85-
r"\s+---------------------------------(-)+",
86-
"",
87-
)
8876

8977
s.move(library / f"google/cloud/datastore_admin", excludes=["**/gapic_version.py"])
9078
s.move(library / f"google/cloud/datastore_admin_{library.name}", excludes=["**/gapic_version.py"])
@@ -114,15 +102,4 @@ def get_staging_dirs(
114102

115103
python.py_samples(skip_readmes=True)
116104

117-
# Work around: https://github.com/googleapis/gapic-generator-python/issues/689
118-
s.replace(
119-
[
120-
"google/**/datastore_admin/async_client.py",
121-
"google/**/datastore_admin/client.py",
122-
"google/**/types/datastore_admin.py",
123-
],
124-
r"Sequence\[.*\.LabelsEntry\]",
125-
r"Dict[str, str]",
126-
)
127-
128105
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)