[pep8] flake8 run for everything, fix items from this change
Signed-off-by: akoskaaa <akos.hochrein@prezi.com>
This commit is contained in:
parent
f9ea5ecf40
commit
fa2fb6bd38
7 changed files with 9 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import sys
|
||||
|
||||
if sys.version_info >= (2, 7):
|
||||
import unittest
|
||||
import unittest # NOQA
|
||||
else:
|
||||
import unittest2 as unittest
|
||||
import unittest2 as unittest # NOQA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue