mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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__.
|
||||
"""
|
||||
IMPORT_NAME = opmap['IMPORT_NAME']
|
||||
LOAD_CONST = opmap['LOAD_CONST']
|
||||
|
||||
consts = co.co_consts
|
||||
names = co.co_names
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue