Skip to content

Commit 04b61df

Browse files
committed
Try removing the 'import glob' now.
1 parent 538c83b commit 04b61df

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
@@ -651,7 +651,6 @@ def test_gh131998(self):
651651
# GH-131998: The specialized instruction would get tricked into dereferencing
652652
# a bound "self" that didn't exist if subsequently called unbound.
653653
code = """if True:
654-
import glob
655654
def call(part):
656655
part.pop()
657656

0 commit comments

Comments
 (0)