Small pyflakes stuff

This commit is contained in:
rocky
2016-05-20 21:37:46 -04:00
parent f834b46b84
commit 68ff878b3e
7 changed files with 7 additions and 92 deletions

View File

@@ -8,7 +8,7 @@ byte-code verification
from __future__ import print_function
import dis, inspect, operator
import dis, operator
import uncompyle6
import uncompyle6.scanner as scanner