Skip to content

Commit b042c60

Browse files
committed
python: remove outdated comment
1 parent 72e9791 commit b042c60

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/query-tests/Variables/undefined

1 file changed

+1
-1
lines changed

python/ql/test/query-tests/Variables/undefined/captured.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def topLevel():
55

66
def bar():
77
nonlocal foo
8-
print(foo) # FP
8+
print(foo)
99
foo = 4
1010

1111
bar()

0 commit comments

Comments
 (0)