Removed an excess blank line in testlib.py.
This commit is contained in:
parent
7515032082
commit
5e320729d7
@ -84,7 +84,6 @@ def get_csrf_token(client: httpx.Client) -> str:
|
||||
return client.get("/.csrf-token").text
|
||||
|
||||
|
||||
|
||||
def get_client(app: Flask, username: str) -> tuple[httpx.Client, str]:
|
||||
"""Returns a user client.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user