mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2025-02-17 05:18:31 +00:00
Placate flake8: removed whitespace
This commit is contained in:
parent
ab46a50446
commit
0c5626b188
1 changed files with 1 additions and 1 deletions
|
@ -81,6 +81,6 @@ def main(argv):
|
||||||
else:
|
else:
|
||||||
print("This module only takes one command line parameter.")
|
print("This module only takes one command line parameter.")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main(sys.argv)
|
main(sys.argv)
|
||||||
|
|
Loading…
Add table
Reference in a new issue