mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
Python: Update test annotation
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user