We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e735438 commit 0fa0233Copy full SHA for 0fa0233
astroid/inference_tip.py
@@ -52,7 +52,6 @@ def inner(*args: _P.args, **kwargs: _P.kwargs) -> Iterator[InferenceResult]:
52
# test cases included with this commit.
53
_CURRENTLY_INFERRING.add(partial_cache_key)
54
result = _cache[func, node, context] = list(func(*args, **kwargs))
55
- assert result
56
# Remove recursion guard.
57
_CURRENTLY_INFERRING.remove(partial_cache_key)
58
0 commit comments