From 13a0e2c82f059e4e565261eca86f34f84019b265 Mon Sep 17 00:00:00 2001 From: RumovZ Date: Mon, 29 Mar 2021 12:07:24 +0200 Subject: [PATCH] Remove fixme for card_ids legacy support --- qt/aqt/table.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qt/aqt/table.py b/qt/aqt/table.py index 174dc5402..424319741 100644 --- a/qt/aqt/table.py +++ b/qt/aqt/table.py @@ -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