Skip to content

Commit 6309601

Browse files
Add disable
1 parent f34070a commit 6309601

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroid/inference_tip.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ def inner(
7575
if len(_cache) > 64:
7676
_cache.popitem(last=False)
7777

78-
yield from result
78+
# https://github.com/pylint-dev/pylint/issues/8686
79+
yield from result # pylint: disable=used-before-assignment
7980

8081
return inner
8182

0 commit comments

Comments
 (0)