Fixed E401 flake8 errors

multiple imports on one line
This commit is contained in:
Andras Tim
2017-07-17 01:25:09 +02:00
parent 7248b759e8
commit 45ac863069
7 changed files with 13 additions and 7 deletions

View File

@@ -2,7 +2,8 @@ from __future__ import absolute_import, division, generators, print_function
from bisect import bisect_right
import sys
import inspect, tokenize
import inspect
import tokenize
import py
cpy_compile = compile