mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Remove fixme for card_ids legacy support
This commit is contained in:
parent
c0950eca30
commit
13a0e2c82f
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@ class SearchContext:
|
||||||
search: str
|
search: str
|
||||||
browser: aqt.browser.Browser
|
browser: aqt.browser.Browser
|
||||||
order: Union[bool, str] = True
|
order: Union[bool, str] = True
|
||||||
# if set, provided card ids will be used instead of the regular search
|
# if set, provided ids will be used instead of the regular search
|
||||||
# fixme: legacy support for card_ids?
|
|
||||||
ids: Optional[Sequence[ItemId]] = None
|
ids: Optional[Sequence[ItemId]] = None
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue