]> git.phdru.name Git - bookmarks_db.git/commitdiff
Style: Fix flake8 warning E124 closing bracket does not match visual indentation
authorOleg Broytman <phd@phdru.name>
Sat, 2 Sep 2023 11:02:23 +0000 (14:02 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 12 Nov 2023 10:11:29 +0000 (13:11 +0300)
bkmk_objects.py

index 6897721da802123064222a0ebac2c81b65081b14..140cb981856bad7d3b3f9111ea68b5f4521a65b3 100644 (file)
@@ -5,13 +5,13 @@ This file is a part of Bookmarks database and Internet robot.
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design"
 __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