]> git.phdru.name Git - bookmarks_db.git/blobdiff - db2bkmk.py
Style: Fix flake8 E303 too many blank lines
[bookmarks_db.git] / db2bkmk.py
index da9bf527f8f86f1a0741fd494bd4a91539ac40ce..04b923fec36ced20283302d8a0df83cfbc6ef0db 100755 (executable)
@@ -60,7 +60,6 @@ def run():
         sys.stdout.write("Writing %s: " % output_filename)
         sys.stdout.flush()
 
-
     if transl:
         new_ext = str(transl)
         transl_d = {}
@@ -95,7 +94,6 @@ def run():
 
         root_folder.walk_depth(Transl(transl_d))
 
-
     outfile = open(output_filename, 'w')
     root_folder.walk_depth(writer(outfile, prune))
     outfile.close()