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
+2 -1
View File
@@ -1,5 +1,6 @@
from __future__ import absolute_import, division, print_function
import pytest, py
import pytest
import py
from _pytest.main import Session, EXIT_NOTESTSCOLLECTED