Fixes for linting errors.

This commit is contained in:
Steven Black
2018-03-17 23:33:44 -04:00
parent ba58ddb4b2
commit 7c79fa7f2f

View File

@@ -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
"""