Skip to content

Commit 52aef91

Browse files
authored
chore(python): fix undefined name 'glob' in samples noxfile (#1324)
PR #1321 added `glob.glob` but the import statement was missing.
1 parent 0a58b14 commit 52aef91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synthtool/gcp/templates/python_samples/noxfile.py.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
from __future__ import print_function
1616

17+
import glob
1718
import os
1819
from pathlib import Path
1920
import sys

0 commit comments

Comments
 (0)