Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 85775cc

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

owlbot.py

Lines changed: 1 addition & 2 deletions
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)