Skip to content

Commit

Permalink
Remove unused review_did_undo and other imports
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Oct 26, 2023
1 parent db9c141 commit b0d11c4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/lib/review_hook.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
from typing import Tuple

from aqt import mw
from aqt.gui_hooks import (
reviewer_will_answer_card,
reviewer_did_answer_card,
review_did_undo,
)
from aqt.gui_hooks import reviewer_will_answer_card

from aqt.utils import tooltip

from anki.hooks import card_will_flush
from anki.consts import CARD_TYPE_REV, REVLOG_REV
from anki.collection import Collection
from anki.cards import Card
from anki.scheduler.v3 import SetSchedulingStatesRequest

Expand Down

0 comments on commit b0d11c4

Please sign in to comment.