Skip to content

Commit 85775cc

Browse files
committed
chore: exclude 'CONTRIBUTING.rst' from sync
1 parent 91262c0 commit 85775cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

owlbot.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
"""This script is used to synthesize generated parts of this library."""
1616

17-
import re
18-
1917
import synthtool as s
2018
from synthtool import gcp
2119

@@ -33,6 +31,7 @@
3331
".flake8",
3432
".coveragerc",
3533
"setup.cfg",
34+
"CONTRIBUTING.rst",
3635
],
3736
)
3837

0 commit comments

Comments
 (0)