Surround top-level function and class definitions with two blank lines.

This commit is contained in:
Joren Vrancken
2018-07-29 13:46:06 +02:00
committed by Toshio Kuratomi
parent 9e310558ee
commit b954917761
373 changed files with 408 additions and 28 deletions

View File

@@ -493,6 +493,7 @@ class CallbackModule_dense(CallbackModule_default):
screen_only=True
)
# When using -vv or higher, simply do the default action
if display.verbosity >= 2 or not HAS_OD:
CallbackModule = CallbackModule_default

View File

@@ -176,6 +176,7 @@ def _ip_netmask_query(v):
if v.ip != v.network:
return str(v.ip) + ' ' + str(v.netmask)
'''
def _ip_wildcard_query(v):
if v.size == 2:

View File

@@ -142,6 +142,7 @@ def extract_zone(server_info):
except (KeyError, TypeError):
return None
extractors = {
"public_ipv4": extract_public_ipv4,
"private_ipv4": extract_private_ipv4,