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