Skip to content

Commit

Permalink
misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Nov 28, 2023
1 parent 1d1a51a commit 6ab44ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functionalpy/_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from functools import reduce
from typing import Generic, TypeVar

_T = TypeVar("_T0")
_S = TypeVar("_T1")
_T = TypeVar("_T")
_S = TypeVar("_S")


@dataclass(frozen=True)
Expand Down

0 comments on commit 6ab44ca

Please sign in to comment.