From ac76c61a2f9d76531babc0c1eefc94aa134e9a01 Mon Sep 17 00:00:00 2001 From: Alan Du Date: Wed, 26 Feb 2020 20:16:43 -0500 Subject: [PATCH] Monkeytype pylib/anki/errors.py --- pylib/anki/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylib/anki/errors.py b/pylib/anki/errors.py index f2b9d6056..4bfc9aa24 100644 --- a/pylib/anki/errors.py +++ b/pylib/anki/errors.py @@ -18,7 +18,7 @@ class AnkiError(Exception): class DeckRenameError(Exception): - def __init__(self, description) -> None: + def __init__(self, description: str) -> None: super().__init__() self.description = description