Skip to content

Commit

Permalink
chore(python): add missing import for prerelease testing (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jul 5, 2022
1 parent 72bdebb commit 4d388f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synthtool/gcp/templates/python_library/noxfile.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from __future__ import absolute_import
import os
import pathlib
import re
import shutil
import warnings

Expand Down

0 comments on commit 4d388f2

Please sign in to comment.