From 97dc2edbaf05b5938efe3104345b1350b3d26ce3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:40:50 +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 75a608c..0967994 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.json") + return StoreManager(temp_data_dir / "store.json")