mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
Python: Update test annotation
This commit is contained in:
@@ -50,8 +50,8 @@ def test_new():
|
|||||||
class With_init:
|
class With_init:
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
SINK1(self) # Flow not found
|
SINK1(self)
|
||||||
OK() # Call not found
|
OK()
|
||||||
|
|
||||||
|
|
||||||
def test_init():
|
def test_init():
|
||||||
|
|||||||
Reference in New Issue
Block a user