]> git.phdru.name Git - bookmarks_db.git/blobdiff - db2bkmk.py
Style: Fix flake8 E402 module level import not at top of file
[bookmarks_db.git] / db2bkmk.py
index 04b923fec36ced20283302d8a0df83cfbc6ef0db..897aabcafa922ee64a7c22f3aa92571d544c9a6d 100755 (executable)
@@ -81,8 +81,9 @@ def run():
         del transl_db  # Save few bytes of memory
 
         from bkmk_objects import Walker
+
         class Transl(Walker):
-            def __init__(self, transl_d):
+            def __init__(self, transl_d):  # noqa: E306 expected 1 blank line
                 self.transl_d = transl_d
 
             def bookmark(self, b, level):