Skip to content

Commit

Permalink
Comment is incorrect as these have legit uses
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Apr 17, 2024
1 parent a1796b9 commit a6fa7ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coaster/typing.py
Expand Up @@ -8,7 +8,6 @@
from typing import Any, Callable, Protocol, TypeVar, overload
from typing_extensions import ParamSpec, Self

# These two are obsolete and should be replaced with ParamSpec-based definitions
WrappedFunc = TypeVar('WrappedFunc', bound=Callable)
ReturnDecorator = Callable[[WrappedFunc], WrappedFunc]

Expand Down

0 comments on commit a6fa7ab

Please sign in to comment.