From f23287929082238d10b418b78e8f53567ab4f125 Mon Sep 17 00:00:00 2001 From: YiHuangIX Date: Thu, 28 Dec 2023 08:32:58 +0800 Subject: [PATCH] Remove trailing whitespaces --- demo/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/tests.py b/demo/tests.py index 247f89f5..b8fddd85 100644 --- a/demo/tests.py +++ b/demo/tests.py @@ -64,7 +64,7 @@ def test_menu_links(url: str): # TODO tests for forms, including submission - + def test_doc(): r = client.get('/docs') assert r.status_code == 200, r.text