Skip to content

Commit

Permalink
chore(python): fix undefined name 'glob' in samples noxfile (#1324)
Browse files Browse the repository at this point in the history
PR #1321 added `glob.glob` but the import statement was missing.
  • Loading branch information
parthea committed Jan 11, 2022
1 parent 0a58b14 commit 52aef91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synthtool/gcp/templates/python_samples/noxfile.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

from __future__ import print_function

import glob
import os
from pathlib import Path
import sys
Expand Down

0 comments on commit 52aef91

Please sign in to comment.