Remove unused import

This commit is contained in:
Bruno Oliveira 2016-11-30 22:34:02 -02:00
parent f8d195253e
commit 30f0152ae6
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ from bisect import bisect_right
import sys
import inspect, tokenize
import py
from types import ModuleType
cpy_compile = compile
try: