From 2213049d136d59509b6d5fa9112f717b1af08d80 Mon Sep 17 00:00:00 2001 From: cojenco Date: Wed, 12 Apr 2023 14:55:06 -0700 Subject: [PATCH] chore: update owlbot for mono repo migration Remove obsolete replacements in `owlbot.py` --- owlbot.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/owlbot.py b/owlbot.py index dc9f6740..f210c4fc 100644 --- a/owlbot.py +++ b/owlbot.py @@ -38,12 +38,6 @@ clean_up_generated_samples = False s.move([library], excludes=["**/gapic_version.py"]) - - s.replace( - library / "google/**/import_.py", - "gs://bucket/directory/\*\.json", - "``gs://bucket/directory/*.json``", - ) s.remove_staging_dirs() # ----------------------------------------------------------------------------