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

@@ -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