aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/zeitgeist-git.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-11-15 13:14:23 +0100
committerGuido Günther <agx@sigxcpu.org>2016-11-15 13:15:42 +0100
commit6f75d7c4f0f3719ab7b664cfc96b50bc44140a32 (patch)
treed0ad8bf5be0b51bbb26a28bc64a3124648c6cf05 /examples/zeitgeist-git.py
parentacf7a739d5f5b875bc3f02c3fe9148c4f8a6261b (diff)
Fix new flake8 errors
E305 expected 2 blank lines after class or function definition
Diffstat (limited to 'examples/zeitgeist-git.py')
-rwxr-xr-xexamples/zeitgeist-git.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/zeitgeist-git.py b/examples/zeitgeist-git.py
index 8e04a18f..a2655e70 100755
--- a/examples/zeitgeist-git.py
+++ b/examples/zeitgeist-git.py
@@ -99,5 +99,6 @@ def main(argv):
subjects=[subject])
CLIENT.insert_event(event)
+
if __name__ == '__main__':
main(sys.argv)