cubicweb/server/test/unittest_checkintegrity.py
changeset 11911 37726f66ff82
parent 11768 b8b71dd09a2c
child 12567 26744ad37953
--- a/cubicweb/server/test/unittest_checkintegrity.py	Fri Jan 20 10:31:04 2017 +0100
+++ b/cubicweb/server/test/unittest_checkintegrity.py	Fri Jan 20 14:32:34 2017 +0100
@@ -25,9 +25,9 @@
 else:
     from io import StringIO
 
-from cubicweb import devtools
-from cubicweb.devtools.testlib import CubicWebTC
-from cubicweb.server.checkintegrity import check, check_indexes, reindex_entities
+from cubicweb import devtools  # noqa: E402
+from cubicweb.devtools.testlib import CubicWebTC  # noqa: E402
+from cubicweb.server.checkintegrity import check, check_indexes, reindex_entities  # noqa: E402
 
 
 class CheckIntegrityTC(unittest.TestCase):