exchange_calendars
exchange_calendars copied to clipboard
todo when min support moves to python 3.11
- Try losing remaining
from __future__ import annotations
lines. Currently required only in order to usetyping.TYPE_CHECKER
to avoid type annotations causing circular imports. If can't lose these lines, move this point forward for review when bump to 3.12.