Remove unused variable from dis._find_imports (#100396)

This commit is contained in:
Nikita Sobolev 2022-12-21 19:55:02 +03:00 committed by GitHub
parent b98d2d31bf
commit e0b4d966a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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