From bf965e4562c6b92219c83e2e9a35151440fcec73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 15:19:03 +0000 Subject: [PATCH] ci: automatic Python Formatter changes --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 27c4eb2..6647401 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -14,4 +14,4 @@ def temp_data_dir(): @pytest.fixture(scope="session") def store_manager(temp_data_dir): - return StoreManager(temp_data_dir/"store.db") + return StoreManager(temp_data_dir / "store.db")