]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_urls.py
Style: Fix flake8 E999 IndentationError: unexpected indent
[bookmarks_db.git] / check_urls.py
index 8eba42c970ba27e2a7928d091775e27f882643d7..bdf1ccec25a22ec9e1c420b943d17e5c626f95ee 100755 (executable)
@@ -5,7 +5,8 @@ This file is a part of Bookmarks database and Internet robot.
 """
 
 from __future__ import print_function
-import sys, os
+import os
+import sys
 
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
@@ -127,7 +128,8 @@ def run():
                     "last_tested", "test_time", "icon", "charset",
                 ):
                     if hasattr(old_object, attr_name):
-                        setattr(object, attr_name, getattr(old_object, attr_name))
+                        setattr(object, attr_name,
+                                getattr(old_object, attr_name))
             else:
                 log("Checking %s" % href)
                 rcode = robot.check_url(object)