Remove 226 unused imports across the codebase #33
Labels
No Label
ai-changes-requested
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
in-next-release
status/in-progress
status/pr-open
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/major-domo-v2#33
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Running
ruff check --select F401identifies 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 F401for the full list.Labels
tech-debt
Priority
low