We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f249d commit a79a2a7Copy full SHA for a79a2a7
astroid/inference_tip.py
@@ -22,7 +22,7 @@
22
_P = ParamSpec("_P")
23
24
_cache: dict[
25
- tuple[InferFn, NodeNG, InferenceContext | None], list[InferenceResult] | None
+ tuple[InferFn, NodeNG, InferenceContext | None], list[InferenceResult]
26
] = {}
27
28
_CURRENTLY_INFERRING: set[tuple[InferFn, NodeNG]] = set()
0 commit comments