[pep8] flake8 run for everything, fix items from this change

Signed-off-by: akoskaaa <akos.hochrein@prezi.com>
This commit is contained in:
akoskaaa 2015-03-25 23:15:34 -07:00
commit fa2fb6bd38
7 changed files with 9 additions and 10 deletions

View file

@ -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