]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_urls.py
Style: Fix flake8 W605 invalid escape sequence
[bookmarks_db.git] / check_urls.py
index bf8df1a28c5d05da8ba21a79bd67806a78790082..e60cefe9edf394ac7f213f19cd05c10b18137da9 100755 (executable)
@@ -5,7 +5,6 @@ This file is a part of Bookmarks database and Internet robot.
 """
 
 from __future__ import print_function
-import os
 import sys
 
 
@@ -128,7 +127,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)