From 5e320729d71bbffb0e4c13dd89eca18fe325680d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Thu, 23 Mar 2023 17:30:38 +0800 Subject: [PATCH] Removed an excess blank line in testlib.py. --- tests/testlib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testlib.py b/tests/testlib.py index e0ef359..75aa3e0 100644 --- a/tests/testlib.py +++ b/tests/testlib.py @@ -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.