Skip to content

Commit

Permalink
Remove no longer used TypeVar
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan authored Jan 20, 2025
1 parent d5d93d3 commit d79f697
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stubs/decorator/decorator.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ from re import Pattern
from typing import Any, Literal, TypeVar
from typing_extensions import ParamSpec

_C = TypeVar("_C", bound=Callable[..., Any])
_Func = TypeVar("_Func", bound=Callable[..., Any])
_T = TypeVar("_T")
_P = ParamSpec("_P")
Expand Down

0 comments on commit d79f697

Please sign in to comment.