Skip to content

Commit e0b4d96

Browse files
authored
Remove unused variable from dis._find_imports (#100396)
1 parent b98d2d3 commit e0b4d96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/dis.py

-1
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,6 @@ def _find_imports(co):
666666
the corresponding args to __import__.
667667
"""
668668
IMPORT_NAME = opmap['IMPORT_NAME']
669-
LOAD_CONST = opmap['LOAD_CONST']
670669

671670
consts = co.co_consts
672671
names = co.co_names

0 commit comments

Comments
 (0)