Some extra return type added.
This commit is contained in:
parent
c7da8c2aa3
commit
8a13137e81
8 changed files with 11 additions and 11 deletions
|
|
@ -45,7 +45,7 @@ def runner(app):
|
|||
|
||||
|
||||
class AuthActions:
|
||||
def __init__(self, client):
|
||||
def __init__(self, client) -> None:
|
||||
self._client = client
|
||||
|
||||
def login(self, username="test", password="test"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue