mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 10:15:11 +00:00
Cleanup generate_authors
This commit is contained in:
parent
c90ec63874
commit
2b4b64b71b
1 changed files with 3 additions and 4 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue