From db652d3bf245dd3bc588a988804b88d7a516ec68 Mon Sep 17 00:00:00 2001 From: Lan Hui <1348141770@qq.com> Date: Sun, 1 Sep 2024 07:38:49 +0800 Subject: [PATCH] conftest.py: remove the extra blank line in the file --- app/test/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/test/conftest.py b/app/test/conftest.py index aab8a4d..ed4186c 100644 --- a/app/test/conftest.py +++ b/app/test/conftest.py @@ -33,4 +33,3 @@ def restore_sqlite_database(): def restart_englishpal(restore_sqlite_database): (Path(__file__).parent / '../main.py').touch() time.sleep(1) -