Skip to content

Conversation

@justinpolygon
Copy link
Collaborator

@justinpolygon justinpolygon commented Oct 15, 2025

This PR resolves mypy type-checking errors by removing the unused and invalid from sqlite3 import Timestamp line from polygon/rest/models/summaries.py and polygon/rest/models/indicators.py. The import was not referenced in the code and caused attribute-defined errors, as sqlite3 lacks a Timestamp attribute. No functional changes; tests should pass unchanged.

@justinpolygon justinpolygon merged commit 498446a into master Oct 15, 2025
9 checks passed
@justinpolygon justinpolygon deleted the fix/remove-unnecessary-sqlite-import branch October 15, 2025 17:59
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.

2 participants