Flake8 errors

This commit is contained in:
Brian Wignall
2026-01-04 05:00:08 -05:00
parent 6f10b8f5ec
commit 786eb181b4
9 changed files with 25 additions and 25 deletions

View File

@@ -43,7 +43,7 @@ def play_game() -> None:
print(f"YOUR NUMBER WAS {d}, RIGHT?")
if response := get_yes_or_no():
if _response := get_yes_or_no():
print("HOW ABOUT THAT!!")
else:
print("I FEEL YOUR ARITHMETIC IS IN ERROR.")