From 1942d97cf5ea448b60fa406ae72c40d8a9f8cfdf Mon Sep 17 00:00:00 2001 From: Alan Du Date: Wed, 26 Feb 2020 20:21:23 -0500 Subject: [PATCH] Monkeytype pylib/anki/template.py --- pylib/anki/template.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pylib/anki/template.py b/pylib/anki/template.py index e122b5764..97fde6699 100644 --- a/pylib/anki/template.py +++ b/pylib/anki/template.py @@ -143,7 +143,9 @@ def templates_for_card(card: Card, browser: bool) -> Tuple[str, str]: return q, a # type: ignore -def fields_for_rendering(col: anki.storage._Collection, card: Card, note: Note): +def fields_for_rendering( + col: anki.storage._Collection, card: Card, note: Note +) -> Dict[str, str]: # fields from note fields = dict(note.items())