market_prices
market_prices copied to clipboard
todo when bump minimum Python version to 3.11
- Try losing remaining
from __future__ import annotationslines (if can't lose these lines for any reason then move this point forward for review when bump to 3.12). Currently required in order to:- use
typing.TYPE_CHECKERto avoid type annotations causing circular imports. - use | in a typed return.
- use classes defined in a module as type annotations elsewhere within that same module.
- use