]> git.phdru.name Git - bookmarks_db.git/commitdiff
Style: Fix flake8 E124 closing bracket does not match visual indentation
authorOleg Broytman <phd@phdru.name>
Sat, 2 Sep 2023 21:56:09 +0000 (00:56 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 12 Nov 2023 10:15:44 +0000 (13:15 +0300)
bkmk_objects.py

index 4031e5f60d8dfa0ac1379ce819f2962a202baa93..b1d20739a554c94f4d5cb0d2c52c17bf12f06fee 100644 (file)
@@ -11,7 +11,7 @@ __license__ = "GNU GPL"
 __all__ = ['Folder', 'Bookmark', 'Ruler', 'Walker', 'Writer', 'Robot',
            'InverseLinker', 'Linear', 'make_linear', 'make_tree', 'break_tree',
            'quote_title', 'unquote_title', 'parse_params', 'set_params',
-    ]
+           ]
 
 
 import os, urllib