Remove unused import
This commit is contained in:
parent
f8d195253e
commit
30f0152ae6
|
@ -4,7 +4,6 @@ from bisect import bisect_right
|
|||
import sys
|
||||
import inspect, tokenize
|
||||
import py
|
||||
from types import ModuleType
|
||||
cpy_compile = compile
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue