aboutsummaryrefslogtreecommitdiff
path: root/updatezinfo.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-04-17 11:30:13 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-04-17 12:45:51 -0700
commit0e73f3d87079e6144bd679c915f707e38818801b (patch)
tree049c39c3bb3fc62c6485e51f3aa7d017aea90ad4 /updatezinfo.py
parenteddc837b5eda3eb680870cd967f3d27cbbd202fe (diff)
downloaddateutil-0e73f3d87079e6144bd679c915f707e38818801b.tar.gz
Use 2 spaces after top level definitions
Brings code closer to flake8 compliance by passing rule: E305 expected 2 blank lines after class or function definition http://pycodestyle.pycqa.org/en/latest/intro.html#error-codes
Diffstat (limited to 'updatezinfo.py')
-rw-r--r--updatezinfo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/updatezinfo.py b/updatezinfo.py
index e767366..f99eece 100644
--- a/updatezinfo.py
+++ b/updatezinfo.py
@@ -50,5 +50,6 @@ def main():
metadata=metadata)
print("Done.")
+
if __name__ == "__main__":
main()