Skip to content

Commit

Permalink
chore: add missing import in owlbot.py (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Aug 18, 2021
1 parent 9a0a4c0 commit 7f7d2dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/google-cloud-container/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"""This script is used to synthesize generated parts of this library."""
import synthtool as s
from synthtool import gcp
from synthtool.languages import python

common = gcp.CommonTemplates()

Expand Down Expand Up @@ -94,9 +95,9 @@
microgenerator=True,
cov_level=99,
)
python.py_samples(skip_readmes=True)
s.move(templated_files, excludes=[".coveragerc"]) # microgenerator has a good .coveragerc file

python.py_samples(skip_readmes=True)

# TODO(busunkim): Use latest sphinx after microgenerator transition
s.replace("noxfile.py", """['"]sphinx['"]""", '"sphinx<3.0.0"')
Expand Down

0 comments on commit 7f7d2dd

Please sign in to comment.