style: apply ruff auto-fix
- Auto-formatted code with ruff format - Applied ruff linting fixes with --fix Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -120,7 +120,6 @@ class TestLifespanEvents:
|
||||
@pytest.mark.asyncio
|
||||
async def test_lifespan_calls_init_sentry_after_db_settings_load(self):
|
||||
"""Test that init_sentry is called inside lifespan after load_settings_from_db."""
|
||||
from unittest.mock import call
|
||||
|
||||
with (
|
||||
patch("app.database.init_db"),
|
||||
|
||||
Reference in New Issue
Block a user