Remove unused imports in standings.py and pitchingstats.py
#30
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/major-domo-database#30
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?
standings.py:4—import pydanticunused.pitchingstats.py:1-2—import datetimeandimport osunused.Priority: low | Labels: tech-debt
PR #49 opened: #49
Removed
import pydanticfromstandings.pyandimport datetime+import osfrompitchingstats.py. The auto-formatter reformatted both files on save (quote style, line wrapping) — this is expected behavior consistent with other PRs in this repo.