Update terminal_velocity.py #12648
Annotations
4 errors
ruff
Process completed with exit code 1.
|
ruff:
physics/terminal_velocity.py#L25
physics/terminal_velocity.py:25:1: E402 Module level import not at top of file
|
ruff:
physics/terminal_velocity.py#L1
physics/terminal_velocity.py:1:1: F821 Undefined name `changes`
|
ruff:
physics/terminal_velocity.py#L1
physics/terminal_velocity.py:1:1: B018 Found useless expression. Either assign it to a variable or remove it.
|