We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7a6b4 commit 0d50628Copy full SHA for 0d50628
1 file changed
returns/contrib/mypy/returns_plugin.py
@@ -41,12 +41,6 @@
41
#: Type for a function hook.
42
_FunctionCallback: TypeAlias = Callable[[FunctionContext], MypyType]
43
44
-#: Type for a function hook that need a definition node.
45
-_FunctionDefCallback: TypeAlias = Callable[
46
- [SymbolTableNode | None],
47
- Callable[[FunctionContext], MypyType],
48
-]
49
-
50
#: Type for attribute hook.
51
_AttributeCallback: TypeAlias = Callable[[AttributeContext], MypyType]
52
0 commit comments