From d2871d98e1e767d4ad49a557ff979236d64361a1 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sun, 12 Jun 2022 12:02:00 -0400 Subject: [PATCH] chore(python): add missing import for prerelease testing (#1458) --- synthtool/gcp/templates/python_library/noxfile.py.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/synthtool/gcp/templates/python_library/noxfile.py.j2 b/synthtool/gcp/templates/python_library/noxfile.py.j2 index a5972b48e..a09cb3d85 100644 --- a/synthtool/gcp/templates/python_library/noxfile.py.j2 +++ b/synthtool/gcp/templates/python_library/noxfile.py.j2 @@ -19,6 +19,7 @@ from __future__ import absolute_import import os import pathlib +import re import shutil import warnings