Cleanup generate_authors

This commit is contained in:
Alex Hall 2019-04-25 16:59:36 +02:00 committed by Ram Rachum
parent c90ec63874
commit 2b4b64b71b

View file

@ -16,8 +16,6 @@ You probably want to run it this way:
"""
import time
import subprocess
@ -48,5 +46,6 @@ def print_authors():
for author in iterate_authors_by_chronological_order():
print(author)
if __name__ == '__main__':
print_authors()
if __name__ == '__main__':
print_authors()