Skip to content

fix/ruff-unused-import - #121

Merged
TwDover merged 1 commit into
mainfrom
fix/ruff-unused-import
Jul 29, 2026
Merged

fix/ruff-unused-import#121
TwDover merged 1 commit into
mainfrom
fix/ruff-unused-import

Conversation

@TwDover

@TwDover TwDover commented Jul 29, 2026

Copy link
Copy Markdown
Owner

Fix CI: remove unused import (ruff F401)

The build-linux job failed on ruff checkDEFAULT_METER was imported
but unused in backend/tests/test_meter_placement.py (the tests reference
Meter(4, 4) directly, not the alias).

Removes the unused import. ruff check (select E/F/W) now passes clean and the
backend suite stays green (223 passed).

@TwDover
TwDover merged commit 40a8297 into main Jul 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant