Skip to content

Commit e8ce62e

Browse files
committed
Python: Fix missing flow annotation
1 parent e13cf2e commit e8ce62e

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/experimental/dataflow/coverage

1 file changed

+1
-1
lines changed

python/ql/test/experimental/dataflow/coverage/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_imagnumber_literal():
4747
# 6.2.3. Parenthesized forms
4848
def test_parenthesized_form():
4949
x = (SOURCE)
50-
SINK(x) # Flow missing
50+
SINK(x)
5151

5252
# 6.2.5. List displays
5353
def test_list_display():

0 commit comments

Comments
 (0)