diff --git a/anki/plugin/settings.py b/anki/plugin/settings.py index 7be44c6..359fe5c 100644 --- a/anki/plugin/settings.py +++ b/anki/plugin/settings.py @@ -17,7 +17,7 @@ from typing import TypeVar, Optional -T = TypeVar("T") # Declare type variable +T = TypeVar("T") def get(key: str, default: T) -> T: