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 48eebfb commit cab818fCopy full SHA for cab818f
pylint/checkers/variables.py
@@ -305,7 +305,8 @@ def _assigned_locally(name_node: nodes.Name) -> bool:
305
306
def _is_before(node: nodes.NodeNG, reference_node: nodes.NodeNG) -> bool:
307
"""
308
- Returns True if node appears before reference_node in the source code, False otherwise.
+ Returns True if node appears before reference_node in the source code, False
309
+ otherwise.
310
311
if node.lineno < reference_node.lineno:
312
return True
0 commit comments