mirror of
https://github.com/ankitects/anki.git
synced 2025-12-11 13:56:55 -05:00
Fix formatting error
This commit is contained in:
parent
68c5fd50f9
commit
44c09db450
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ hooks = [
|
||||||
name="reviewer_will_answer_card",
|
name="reviewer_will_answer_card",
|
||||||
args=[
|
args=[
|
||||||
"ease_tuple: Tuple[bool, int]",
|
"ease_tuple: Tuple[bool, int]",
|
||||||
"reviewer: aqt.reviewer.Reviewer", "card: Card",
|
"reviewer: aqt.reviewer.Reviewer",
|
||||||
|
"card: Card",
|
||||||
],
|
],
|
||||||
return_type="Tuple[bool, int]",
|
return_type="Tuple[bool, int]",
|
||||||
doc="""Used to modify the ease at which a card is rated or to bypass
|
doc="""Used to modify the ease at which a card is rated or to bypass
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue