]> git.phdru.name Git - bookmarks_db.git/blobdiff - sort_db.py
Style: Fix flake8 E261 at least two spaces before inline comment
[bookmarks_db.git] / sort_db.py
index 03026e6db3501a05d7f0de92734881b0229f9d5c..4418973011c9b1444c2670fdf4e9eebf1efb8566 100755 (executable)
@@ -13,7 +13,7 @@ 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"
 
 import sys
@@ -89,7 +89,7 @@ def run():
     make_linear(root_folder)
 
     linear = root_folder.linear
-    del linear[0] # exclude root folder from sorting
+    del linear[0]  # exclude root folder from sorting
 
     by = SortBy(sort_by)
     linear.sort(by)