Python: Fix missing flow annotation

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-07-31 15:28:27 +02:00
parent e13cf2e126
commit e8ce62e211

View File

@@ -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():