From c90728b71aebb134ee3728aee07b84c83e0cafdf Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sun, 12 Jun 2022 14:50:51 +0000 Subject: [PATCH] chore(python): add missing import for prerelease testing --- 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 eb1906a9d..87c018f82 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