Skip to content

Commit d2871d9

Browse files
authored
chore(python): add missing import for prerelease testing (#1458)
1 parent 050953d commit d2871d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synthtool/gcp/templates/python_library/noxfile.py.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from __future__ import absolute_import
2020
import os
2121
import pathlib
22+
import re
2223
import shutil
2324
import warnings
2425

0 commit comments

Comments
 (0)