mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
remove unused
This commit is contained in:
parent
e2dbc1a0ab
commit
7a504250c0
2 changed files with 2 additions and 9 deletions
|
|
@ -15,10 +15,7 @@ from anki.collection import Collection, OpChanges
|
|||
from anki.decks import DeckCollapseScope, DeckId, DeckTreeNode
|
||||
from aqt import AnkiQt, gui_hooks
|
||||
from aqt.deckoptions import display_options_for_deck_id
|
||||
from aqt.flexible_grading_reviewer.widgets import (
|
||||
FlexibleButtonsList,
|
||||
FlexiblePushButton,
|
||||
)
|
||||
from aqt.flexible_grading_reviewer.widgets import FlexiblePushButton
|
||||
from aqt.operations import QueryOp
|
||||
from aqt.operations.deck import (
|
||||
add_deck_dialog,
|
||||
|
|
|
|||
|
|
@ -37,11 +37,7 @@ from aqt.flexible_grading_reviewer.utils import (
|
|||
ease_to_answer_key_short,
|
||||
studied_today_count,
|
||||
)
|
||||
from aqt.flexible_grading_reviewer.widgets import (
|
||||
FlexibleButtonsList,
|
||||
FlexibleHorizontalBar,
|
||||
FlexiblePushButton,
|
||||
)
|
||||
from aqt.flexible_grading_reviewer.widgets import FlexiblePushButton
|
||||
from aqt.operations.card import set_card_flag
|
||||
from aqt.operations.note import remove_notes
|
||||
from aqt.operations.scheduling import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue