Skip to content

Commit 0261714

Browse files
committed
Remove 'import glob'
1 parent d1d5c0a commit 0261714

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ def test_call_unbound_crash(self):
678678
code = """if True:
679679
# The optimizer is finicky, and the easiest way (that I know of)
680680
# to get it to reproduce in CI is by importing a Python module at runtime.
681-
import glob
682681
683682
def call(part):
684683
[] + ([] + [])

0 commit comments

Comments
 (0)