Skip to content

Commit 0fa0233

Browse files
Remove assertion
1 parent e735438 commit 0fa0233

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astroid/inference_tip.py

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def inner(*args: _P.args, **kwargs: _P.kwargs) -> Iterator[InferenceResult]:
5252
# test cases included with this commit.
5353
_CURRENTLY_INFERRING.add(partial_cache_key)
5454
result = _cache[func, node, context] = list(func(*args, **kwargs))
55-
assert result
5655
# Remove recursion guard.
5756
_CURRENTLY_INFERRING.remove(partial_cache_key)
5857

0 commit comments

Comments
 (0)