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:
@@ -477,6 +477,7 @@ class DiskannSearcher(BaseSearcher):
|
|||||||
# Force garbage collection to ensure C++ objects are destroyed
|
# Force garbage collection to ensure C++ objects are destroyed
|
||||||
try:
|
try:
|
||||||
import gc
|
import gc
|
||||||
|
|
||||||
gc.collect()
|
gc.collect()
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -39,4 +39,3 @@ def cleanup_session():
|
|||||||
except Exception:
|
except Exception:
|
||||||
# Don't fail tests due to cleanup errors
|
# Don't fail tests due to cleanup errors
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user