Skip to content

Commit

Permalink
fix: AgentConfig not found
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-bro committed Jan 17, 2025
1 parent 3b20eb5 commit 2eeb71e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/configs/app_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from pydantic.fields import FieldInfo
from pydantic_settings import BaseSettings, PydanticBaseSettingsSource, SettingsConfigDict

from .agent import AgentConfig
from .deploy import DeploymentConfig
from .enterprise import EnterpriseFeatureConfig
from .extra import ExtraServiceConfig
Expand Down

0 comments on commit 2eeb71e

Please sign in to comment.