Skip to content

Commit 72050a6

Browse files
authored
chore: add missing import in owlbot.py (#107)
1 parent 389a9ef commit 72050a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/google-cloud-os-login/owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"""This script is used to synthesize generated parts of this library."""
1616
import synthtool as s
1717
from synthtool import gcp
18+
from synthtool.languages import python
1819

1920
common = gcp.CommonTemplates()
2021

0 commit comments

Comments
 (0)