Skip to content

Commit 056b8e6

Browse files
add new line
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 5d5b7c3 commit 056b8e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tools/cases_generator/analyzer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@ def error(tkn: lexer.Token) -> None:
456456
return res
457457

458458

459-
460459
def variable_used(node: parser.CodeDef, name: str) -> bool:
461460
"""Determine whether a variable with a given name is used in a node."""
462461
return any(

0 commit comments

Comments
 (0)