Skip to content

Commit

Permalink
chore: use default owlbot.py file (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Apr 17, 2023
1 parent edaf31d commit 0ab762a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-documentai/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if clean_up_generated_samples:
shutil.rmtree("samples/generated_samples", ignore_errors=True)
clean_up_generated_samples = False
s.move([library], excludes=["**/gapic_version.py", "setup.py", "testing/constraints-3.7.txt"])
s.move([library], excludes=["**/gapic_version.py"])
s.remove_staging_dirs()

# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 0ab762a

Please sign in to comment.