mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
python: remove outdated comment
This commit is contained in:
@@ -5,7 +5,7 @@ def topLevel():
|
||||
|
||||
def bar():
|
||||
nonlocal foo
|
||||
print(foo) # FP
|
||||
print(foo)
|
||||
foo = 4
|
||||
|
||||
bar()
|
||||
|
||||
Reference in New Issue
Block a user