We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
assert isinstance(market.kind, MarketFieldsKindExchangeMarketKind)
should not exist, generally, this is so that we can get market.kind.base.id without type hinting errors
market.kind.base.id
there should perhaps be a function that does this for us.