From: Steven Black Date: Sun, 18 Mar 2018 03:33:44 +0000 (-0400) Subject: Fixes for linting errors. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7c79fa7f2fabe8201553c7dfadf1212b61f4bfee;p=stevenblack-hosts.git Fixes for linting errors. --- diff --git a/updateHostsFile.py b/updateHostsFile.py index 46072af97..075a7970a 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -844,7 +844,6 @@ def normalize_rule(rule, target_ip, keep_domain_comments): and spacing reformatted. """ - """ first try: IP followed by domain """ @@ -880,7 +879,6 @@ def normalize_rule(rule, target_ip, keep_domain_comments): return ip_host, rule + "\n" - """ finally, if we get here, just belch to screen """