Add comprehensive tests for settings management and fix Union import

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-07 22:33:49 +00:00
parent e1bb9de915
commit 58b960db14
2 changed files with 272 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ This module provides functionality to:
"""
import logging
from typing import Any, Optional
from typing import Any, Optional, Union
from sqlalchemy.orm import Session
from app.models import ApplicationSettings