From: Oleg Broytman Date: Mon, 11 Sep 2023 13:49:25 +0000 (+0300) Subject: Style: Fix flake8 E999 IndentationError: unexpected indent X-Git-Tag: 5.0.0~77 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=7c74826d0861c0c18d78d030ee96c572dad24961;p=bookmarks_db.git Style: Fix flake8 E999 IndentationError: unexpected indent --- diff --git a/Robots/bkmk_rurllib.py b/Robots/bkmk_rurllib.py index 20b7423..f71a8d2 100644 --- a/Robots/bkmk_rurllib.py +++ b/Robots/bkmk_rurllib.py @@ -117,7 +117,7 @@ class robot_urllib(robot_base): if (e[0] == "http error") and (e[1] == -1): error = None bookmark.no_error = "The server did not return any header - " - "it is not an error, actually" + "it is not an error, actually" self.log(' no headers: %s' % bookmark.no_error) else: error = get_error(e)