]> git.phdru.name Git - bookmarks_db.git/blobdiff - Writers/bkmk_wflad.py
Style: Fix flake8 E261 at least two spaces before inline comment
[bookmarks_db.git] / Writers / bkmk_wflad.py
index ad84a53ac0566054b0e2036495badf9bd42f8ae3..64542bbdf929f262cc4d3af089de498a2fc8adf4 100644 (file)
@@ -17,7 +17,7 @@ from bkmk_objects import Writer
 def strftime(s):
     try:
         return time.strftime("%a %d %b %Y %T", time.localtime(int(s)))
-    except (TypeError, ValueError): # s is None or is already formatted
+    except (TypeError, ValueError):  # s is None or is already formatted
         return s