Skip to content

Commit

Permalink
fix: Import Concatenate from typing_extensions
Browse files Browse the repository at this point in the history
Fixes python 3.9 errors
  • Loading branch information
malmeloo committed Sep 2, 2024
1 parent 2143fa8 commit fa83b57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions findmy/reports/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
TYPE_CHECKING,
Any,
Callable,
Concatenate,
ParamSpec,
Sequence,
TypedDict,
Expand All @@ -26,7 +25,7 @@

import bs4
import srp._pysrp as srp
from typing_extensions import override
from typing_extensions import Concatenate, override

from findmy.errors import (
InvalidCredentialsError,
Expand Down

0 comments on commit fa83b57

Please sign in to comment.