Skip to content

Commit

Permalink
Remove unused variable from dis._find_imports (#100396)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Dec 21, 2022
1 parent b98d2d3 commit e0b4d96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/dis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0b4d96

Please sign in to comment.