market_prices icon indicating copy to clipboard operation
market_prices copied to clipboard

todo when bump minimum Python version to 3.11

Open maread99 opened this issue 1 year ago • 0 comments

  • Try losing remaining from __future__ import annotations lines (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_CHECKER to 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.

maread99 avatar Sep 22 '24 16:09 maread99