Remove 226 unused imports across the codebase #33

Closed
opened 2026-02-20 06:50:20 +00:00 by cal · 0 comments
Owner

Description

Running ruff check --select F401 identifies 226 unused import instances. Most frequent: typing.Optional (14), datetime.datetime (10), typing.List (9), asyncio (9), models.team.Team (8), exceptions.APIException (8).

File Locations

Run ruff check --select F401 for the full list.

Labels

tech-debt

Priority

low

## Description Running `ruff check --select F401` identifies 226 unused import instances. Most frequent: `typing.Optional` (14), `datetime.datetime` (10), `typing.List` (9), `asyncio` (9), `models.team.Team` (8), `exceptions.APIException` (8). ## File Locations Run `ruff check --select F401` for the full list. ## Labels tech-debt ## Priority low
cal closed this issue 2026-02-20 20:28:17 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/major-domo-v2#33
No description provided.