Remove fixme for card_ids legacy support

This commit is contained in:
RumovZ 2021-03-29 12:07:24 +02:00
parent c0950eca30
commit 13a0e2c82f

View file

@ -48,8 +48,7 @@ class SearchContext:
search: str
browser: aqt.browser.Browser
order: Union[bool, str] = True
# if set, provided card ids will be used instead of the regular search
# fixme: legacy support for card_ids?
# if set, provided ids will be used instead of the regular search
ids: Optional[Sequence[ItemId]] = None