Python: Update test annotation

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-09-21 17:44:36 +02:00
parent 73d2d9b1f8
commit 08b51e67c4

View File

@@ -50,8 +50,8 @@ def test_new():
class With_init:
def __init__(self):
SINK1(self) # Flow not found
OK() # Call not found
SINK1(self)
OK()
def test_init():