Some extra return type added.

This commit is contained in:
Heisenberg 2024-06-09 19:12:51 -04:00
parent c7da8c2aa3
commit 8a13137e81
8 changed files with 11 additions and 11 deletions

View file

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