From 5248a021542e8a563b9f30b40e1ca7579816643e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 16:41:32 +0000 Subject: [PATCH] ci: automatic Python Formatter changes --- tests/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index b3b5622..efe5392 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -8,4 +8,3 @@ import pytest def temp_data_dir(): """Create a temporary directory for test data""" return Path(tempfile.mkdtemp()) -