summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/dis.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/dis.py b/Lib/dis.py
index 523bd01..76104c6 100644
--- a/Lib/dis.py
+++ b/Lib/dis.py
@@ -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