Skip to content

Commit 76b1532

Browse files
committed
[refactor]: relative import fix
1 parent 0a98eb1 commit 76b1532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/agents/devrel/github/tools/general_github_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from langchain_core.messages import HumanMessage
44
from app.agents.devrel.nodes.handlers.web_search import _extract_search_query
55
from .search import handle_web_search
6-
from ..prompts.general_github_help import GENERAL_GITHUB_HELP_PROMPT
6+
from app.agents.devrel.github.prompts.general_github_help import GENERAL_GITHUB_HELP_PROMPT
77

88
logger = logging.getLogger(__name__)
99

0 commit comments

Comments
 (0)