Skip to content

Commit 1174619

Browse files
Refactor import path for app_config
Updated import statement to use a relative path.
1 parent 68877d6 commit 1174619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/v3/magentic_agents/models/agent_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
from dataclasses import dataclass
55

6-
from src.backend.common.config.app_config import config
6+
from common.config.app_config import config
77

88

99
@dataclass(slots=True)

0 commit comments

Comments
 (0)