Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0b4d96

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/dis.py

Lines changed: 0 additions & 1 deletion
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)