From 8f0905033c4cd4269717dde64c4830c482407e41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Mar 2026 04:57:41 +0000 Subject: [PATCH] style: apply ruff auto-fix - Auto-formatted code with ruff format - Applied ruff linting fixes with --fix Co-authored-by: github-actions[bot] --- tests/test_api_integrations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_api_integrations.py b/tests/test_api_integrations.py index b6b9009a..958a1a86 100644 --- a/tests/test_api_integrations.py +++ b/tests/test_api_integrations.py @@ -1,6 +1,7 @@ """Tests for the per-user integrations API (app/api/integrations.py).""" import unittest.mock + import pytest from fastapi.testclient import TestClient from sqlalchemy import create_engine