fix: ensure newline at end of conftest.py for ruff compliance

This commit is contained in:
Andy Lee
2025-08-09 23:56:18 +00:00
parent f4e41e4353
commit bce8aca3fa

View File

@@ -39,3 +39,4 @@ 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