We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218b5d3 commit e454a05Copy full SHA for e454a05
1 file changed
packages/google-cloud-public-ca/owlbot.py
@@ -36,12 +36,6 @@
36
shutil.rmtree("samples/generated_samples", ignore_errors=True)
37
clean_up_generated_samples = False
38
39
- # Remove replacement once this repository has migrated to google-cloud-python
40
- s.replace(
41
- "setup.py",
42
- """url = \"https://github.com/googleapis/python-public-ca\"""",
43
- """url = \"https://github.com/googleapis/python-security-public-ca\"""",
44
- )
45
s.move([library], excludes=["**/gapic_version.py"])
46
s.remove_staging_dirs()
47
0 commit comments