Skip to content

Commit 35a2c60

Browse files
style: apply ruff-format to conftest.py
Add blank line after import statement per PEP 8 style guidelines.
1 parent 6487ae4 commit 35a2c60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,7 @@ def object_storage_config(tmpdir_factory):
829829
location = f"{base_location}/test_project"
830830
# Create the directory (StorageBackend validates it exists)
831831
from pathlib import Path
832+
832833
Path(location).mkdir(parents=True, exist_ok=True)
833834
return {
834835
"protocol": "file",

0 commit comments

Comments
 (0)