Skip to content

Commit 0d50628

Browse files
authored
Update returns_plugin.py
1 parent 6e7a6b4 commit 0d50628

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

returns/contrib/mypy/returns_plugin.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
#: Type for a function hook.
4242
_FunctionCallback: TypeAlias = Callable[[FunctionContext], MypyType]
4343

44-
#: Type for a function hook that need a definition node.
45-
_FunctionDefCallback: TypeAlias = Callable[
46-
[SymbolTableNode | None],
47-
Callable[[FunctionContext], MypyType],
48-
]
49-
5044
#: Type for attribute hook.
5145
_AttributeCallback: TypeAlias = Callable[[AttributeContext], MypyType]
5246

0 commit comments

Comments
 (0)