mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove unused variable from dis._find_imports
(#100396)
This commit is contained in:
parent
b98d2d31bf
commit
e0b4d966a8
1 changed files with 0 additions and 1 deletions
|
@ -666,7 +666,6 @@ def _find_imports(co):
|
||||||
the corresponding args to __import__.
|
the corresponding args to __import__.
|
||||||
"""
|
"""
|
||||||
IMPORT_NAME = opmap['IMPORT_NAME']
|
IMPORT_NAME = opmap['IMPORT_NAME']
|
||||||
LOAD_CONST = opmap['LOAD_CONST']
|
|
||||||
|
|
||||||
consts = co.co_consts
|
consts = co.co_consts
|
||||||
names = co.co_names
|
names = co.co_names
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue