mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-05 01:27:42 -08:00
Python: Fix linting issues
The following Flake8 issues were fixed: * W291 * W504 * F821 * F401 * F541 * E402 * E711
This commit is contained in:
@@ -919,7 +919,7 @@ def end_game(won=False, quit=True, enterprise_killed=False):
|
||||
print(f"IT IS STARDATE {round(t, 1)}")
|
||||
|
||||
print(f"THERE WERE {k9} KLINGON BATTLE CRUISERS LEFT AT")
|
||||
print(f"THE END OF YOUR MISSION.\n\n")
|
||||
print("THE END OF YOUR MISSION.\n\n")
|
||||
|
||||
if b9 == 0:
|
||||
exit()
|
||||
|
||||
Reference in New Issue
Block a user