The pandas module has type info.
This commit is contained in:
parent
83e1406ab4
commit
e82ca9d9e9
|
|
@ -4,7 +4,7 @@ from datetime import timedelta, timezone
|
||||||
|
|
||||||
import dateutil.tz
|
import dateutil.tz
|
||||||
import exchange_calendars # type: ignore
|
import exchange_calendars # type: ignore
|
||||||
import pandas # type: ignore
|
import pandas
|
||||||
|
|
||||||
from . import utils
|
from . import utils
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue