mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-02-05 03:17:03 -08:00
Flake8 errors
This commit is contained in:
@@ -324,7 +324,7 @@ def run_simulation() -> None:
|
||||
return
|
||||
|
||||
if capsule.velocity > 0 and new_state.velocity < 0:
|
||||
if landed := handle_flyaway(sim_clock, capsule):
|
||||
if _landed := handle_flyaway(sim_clock, capsule):
|
||||
process_final_tick(delta_t, sim_clock, capsule)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user