style: run ruff format on modified files

- Format diskann_backend.py and conftest.py according to ruff standards

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Andy Lee
2025-08-10 00:11:16 +00:00
parent bce8aca3fa
commit 728fa42ad5
2 changed files with 1 additions and 1 deletions

View File

@@ -477,6 +477,7 @@ class DiskannSearcher(BaseSearcher):
# Force garbage collection to ensure C++ objects are destroyed
try:
import gc
gc.collect()
except Exception:
pass

View File

@@ -39,4 +39,3 @@ def cleanup_session():
except Exception:
# Don't fail tests due to cleanup errors
pass