Fix linting issue-s
authorfunilrys <redacted>
Sun, 3 Sep 2023 11:17:24 +0000 (13:17 +0200)
committerfunilrys <redacted>
Sun, 3 Sep 2023 11:17:24 +0000 (13:17 +0200)
testUpdateHostsFile.py

index 0c971478a1e6803e9c0de63f3aac37739b08400e..a0392cd42b27e241743a732ae83ac42eaf895479 100644 (file)
@@ -908,7 +908,14 @@ class TestNormalizeRule(BaseStdout):
             sys.stdout = StringIO()
 
     def test_no_comment_raw(self):
-        for rule in ("twitter.com", "google.com", "foo.bar.edu", "www.example-foo.bar.edu", "www.example-3045.foobar.com", "www.example.xn--p1ai"):
+        for rule in (
+            "twitter.com",
+            "google.com",
+            "foo.bar.edu",
+            "www.example-foo.bar.edu",
+            "www.example-3045.foobar.com",
+            "www.example.xn--p1ai"
+        ):
             expected = (rule, "0.0.0.0 " + rule + "\n")
 
             actual = normalize_rule(
git clone https://git.99rst.org/PROJECT