Skip to content

Commit 498446a

Browse files
Remove unnecessary sqlite3 Timestamp import from summaries.py and indicators.py to fix mypy errors (#938)
1 parent ffa8add commit 498446a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

polygon/rest/models/indicators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from sqlite3 import Timestamp
21
from typing import Optional, Any, Dict, List, Union
32
from ...modelclass import modelclass
43
from .aggs import Agg

polygon/rest/models/summaries.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from sqlite3 import Timestamp
21
from typing import Optional
32
from ...modelclass import modelclass
43
from .tickers import Branding

0 commit comments

Comments
 (0)