Removed an excess blank line in testlib.py.

This commit is contained in:
依瑪貓 2023-03-23 17:30:38 +08:00
parent 7515032082
commit 5e320729d7

View File

@ -84,7 +84,6 @@ def get_csrf_token(client: httpx.Client) -> str:
return client.get("/.csrf-token").text return client.get("/.csrf-token").text
def get_client(app: Flask, username: str) -> tuple[httpx.Client, str]: def get_client(app: Flask, username: str) -> tuple[httpx.Client, str]:
"""Returns a user client. """Returns a user client.