]> git.phdru.name Git - bookmarks_db.git/blobdiff - set-title-list.py
Style: Fix flake8 E303 too many blank lines
[bookmarks_db.git] / set-title-list.py
index be96b53ea608c3d56b243d89c9fc52b3b7d3c08f..52c5ee8d6d0ad2fd751b700f3415721865a97425 100755 (executable)
@@ -66,7 +66,6 @@ def run():
 
     title_list_file.close()
 
-
     from storage import storage
     storage = storage()
 
@@ -82,7 +81,6 @@ def run():
     if report_stats:
         print("Ok")
 
-
     # Run through the list of objects and check URLs/titles
     changed = 0
     for object_no in range(objects):
@@ -96,7 +94,6 @@ def run():
                     object.name = name
                     changed += 1
 
-
     if changed and report_stats:
         sys.stdout.write("Saving %s: " % storage.filename)
         sys.stdout.flush()