Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18241b2

Browse files
busunkim96partheatseaver
authored
chore: generate python samples templates in owlbot.py (googleapis#539)
Co-authored-by: Anthonios Partheniou <[email protected]> Co-authored-by: Tres Seaver <[email protected]>
1 parent 0f17595 commit 18241b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

owlbot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
import synthtool as s
2020
from synthtool import gcp
21+
from synthtool.languages import python
2122

2223
common = gcp.CommonTemplates()
2324

@@ -46,4 +47,6 @@
4647
],
4748
)
4849

50+
python.py_samples(skip_readmes=True)
51+
4952
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)