Skip to content

Commit

Permalink
Update plum/overload.py
Browse files Browse the repository at this point in the history
Co-authored-by: Winston Chang <[email protected]>
  • Loading branch information
wesselb and wch authored Aug 15, 2023
1 parent 94e35ce commit 8d814b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plum/overload.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__all__ = ["overload", "dispatch"]

T = TypeVar("T", bound=Callable)
T = TypeVar("T", bound=Callable[..., Any])


def dispatch(f: Callable) -> Function:
Expand Down

0 comments on commit 8d814b9

Please sign in to comment.