Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Coobaha committed Dec 16, 2023
1 parent 733bf4e commit c8dff33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anki/plugin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c8dff33

Please sign in to comment.