Skip to content

Commit

Permalink
Merge pull request #34 from abdnh/2310
Browse files Browse the repository at this point in the history
Fix error on 23.10 due to unused review_did_undo import
  • Loading branch information
hgiesel authored Oct 31, 2023
2 parents db9c141 + b0d11c4 commit b081d54
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 b081d54

Please # to comment.