summaryrefslogtreecommitdiff
path: root/examples/scripts
diff options
context:
space:
mode:
authorJoren Vrancken <jorenvrancken@gmail.com>2018-07-29 13:46:06 +0200
committerToshio Kuratomi <a.badger@gmail.com>2018-07-31 12:06:56 -0700
commitb954917761eba2ddcdc8cf9dc811d668f7728eff (patch)
treeb19d2d148901a088479cfaa9ad5b439f7159be7a /examples/scripts
parent9e310558ee259515b52e57997778fd7d6ffe9fcd (diff)
downloadansible-b954917761eba2ddcdc8cf9dc811d668f7728eff.tar.gz
Surround top-level function and class definitions with two blank lines.
Diffstat (limited to 'examples/scripts')
-rwxr-xr-xexamples/scripts/uptime.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/scripts/uptime.py b/examples/scripts/uptime.py
index 4d3d96c32f..deef4481b2 100755
--- a/examples/scripts/uptime.py
+++ b/examples/scripts/uptime.py
@@ -92,5 +92,6 @@ def main():
for host, result in callback.host_unreachable.items():
print('{0} >>> {1}'.format(host, result._result['msg']))
+
if __name__ == '__main__':
main()