Skip to content

Update terminal_velocity.py #12648

Update terminal_velocity.py

Update terminal_velocity.py #12648

Triggered via pull request March 18, 2025 12:18
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.