Update gui_hooks.py

This commit is contained in:
Thomas B 2020-08-19 16:15:56 -04:00
parent 897ec72608
commit 73883f3f21

View file

@ -2176,7 +2176,6 @@ class _ReviewerWillInitAnswerButtonsFilter:
_hooks: List[
Callable[
["Optional[Tuple[Tuple[int, str], ...]]", "aqt.reviewer.Reviewer", Card],
["Tuple[Tuple[int, str], ...]", "aqt.reviewer.Reviewer", Card],
Tuple[Tuple[int, str], ...],
]