]> git.phdru.name Git - m_librarian.git/blobdiff - tests/__init__.py
Fix new flake8 E402: module level import not at top of file
[m_librarian.git] / tests / __init__.py
index da9e6a5f19d5624729a1164a032aa2b3c21e955d..e40219aa38a0010d0601a0ed32216206baf78abf 100644 (file)
@@ -1,12 +1,11 @@
 
-__all__ = ['TestCase', 'main']
-
-
 import os
 import unittest
 from m_librarian.db import open_db, init_db
 from m_librarian.inp import import_inpx
 
+__all__ = ['TestCase', 'main']
+
 
 class TestCase(unittest.TestCase):
     def setUp(self):