Remove unused imports in standings.py and pitchingstats.py #30

Closed
opened 2026-02-20 06:50:29 +00:00 by cal · 1 comment
Owner

standings.py:4import pydantic unused. pitchingstats.py:1-2import datetime and import os unused.

Priority: low | Labels: tech-debt

`standings.py:4` — `import pydantic` unused. `pitchingstats.py:1-2` — `import datetime` and `import os` unused. **Priority**: low | **Labels**: tech-debt
cal added the
ai-working
label 2026-03-05 20:31:23 +00:00
cal removed the
ai-working
label 2026-03-05 20:32:32 +00:00
Author
Owner

PR #49 opened: #49

Removed import pydantic from standings.py and import datetime + import os from pitchingstats.py. The auto-formatter reformatted both files on save (quote style, line wrapping) — this is expected behavior consistent with other PRs in this repo.

PR #49 opened: https://git.manticorum.com/cal/major-domo-database/pulls/49 Removed `import pydantic` from `standings.py` and `import datetime` + `import os` from `pitchingstats.py`. The auto-formatter reformatted both files on save (quote style, line wrapping) — this is expected behavior consistent with other PRs in this repo.
cal added the
ai-pr-opened
label 2026-03-05 20:32:36 +00:00
cal closed this issue 2026-03-10 18:26:18 +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-database#30
No description provided.