mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Python: Fix missing flow annotation
This commit is contained in:
@@ -47,7 +47,7 @@ def test_imagnumber_literal():
|
||||
# 6.2.3. Parenthesized forms
|
||||
def test_parenthesized_form():
|
||||
x = (SOURCE)
|
||||
SINK(x) # Flow missing
|
||||
SINK(x)
|
||||
|
||||
# 6.2.5. List displays
|
||||
def test_list_display():
|
||||
|
||||
Reference in New Issue
Block a user