]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_title.py
Style: Fix flake8 E303 too many blank lines
[bookmarks_db.git] / check_title.py
index 775679b227ada7d4bdfe0d7e32ab700e91f63630..870d968f785e8dc55429e269c4ee5b6108035741 100755 (executable)
@@ -50,7 +50,6 @@ def run():
     if report_stats:
         print("Ok")
 
-
     for object_no in range(objects):
         object = root_folder.linear[object_no]
 
@@ -73,7 +72,6 @@ def run():
                 print("NO REAL TITLE!!!")
                 print()
 
-
     if report_stats:
         print(objects, "objects passed")