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 authored Jun 12, 2022
1 parent 050953d commit d2871d9
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 d2871d9

Please sign in to comment.