Fix linting issue.
authorfunilrys <redacted>
Sun, 7 Jun 2020 18:11:57 +0000 (20:11 +0200)
committerfunilrys <redacted>
Sun, 7 Jun 2020 18:11:57 +0000 (20:11 +0200)
updateHostsFile.py

index 7a486ab2d0b53124e997be528c7b5c86b9554320..8eaff17177ca46059c0e066e5a82b8ac9c640124 100644 (file)
@@ -1089,12 +1089,7 @@ def write_opening_header(final_file, **header_params):
                 ),
             )
     else:
-        write_data(
-            final_file,
-            "# Title: StevenBlack/hosts\n#\n".format(
-                ", ".join(header_params["extensions"])
-            ),
-        )
+        write_data(final_file, "# Title: StevenBlack/hosts\n#\n")
 
     write_data(
         final_file,
git clone https://git.99rst.org/PROJECT