From 8e6ab244adeee946252196bc0ce2317248bab245 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 29 Mar 2026 15:15:46 +0000 Subject: [PATCH] fix: remove unused pytest import from test_config.py Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/63e79da9-2002-429a-b696-7147dc579668 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- backend/app/tests/test_config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/app/tests/test_config.py b/backend/app/tests/test_config.py index 3a1c09c..ef2e62f 100644 --- a/backend/app/tests/test_config.py +++ b/backend/app/tests/test_config.py @@ -6,8 +6,6 @@ previously caused a JSONDecodeError in pydantic_settings v2 before validators could run (see: pydantic_settings sources/providers/env.py decode_complex_value). """ -import pytest - from app.core.config import Settings