The pandas module has type info.

This commit is contained in:
Edward Betts 2025-11-03 19:30:57 +00:00
parent 83e1406ab4
commit e82ca9d9e9

View file

@ -4,7 +4,7 @@ from datetime import timedelta, timezone
import dateutil.tz
import exchange_calendars # type: ignore
import pandas # type: ignore
import pandas
from . import utils