ci: automatic Python Formatter changes

This commit is contained in:
github-actions[bot] 2025-02-08 16:41:32 +00:00 committed by Christoph J. Scherr
parent 40d1148fbe
commit 5248a02154
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB

View file

@ -8,4 +8,3 @@ import pytest
def temp_data_dir(): def temp_data_dir():
"""Create a temporary directory for test data""" """Create a temporary directory for test data"""
return Path(tempfile.mkdtemp()) return Path(tempfile.mkdtemp())