mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
Monkeytype pylib/anki/errors.py
This commit is contained in:
parent
750a3e4aed
commit
ac76c61a2f
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class AnkiError(Exception):
|
||||||
|
|
||||||
|
|
||||||
class DeckRenameError(Exception):
|
class DeckRenameError(Exception):
|
||||||
def __init__(self, description) -> None:
|
def __init__(self, description: str) -> None:
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.description = description
|
self.description = description
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue