Skip to content

Commit f9b7511

Browse files
Update server/routers/git_workflow.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 68aaf7c commit f9b7511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/routers/git_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
def _get_project_path(project_name: str) -> Path | None:
2828
"""Get project path from registry."""
29-
from ..registry import get_project_path
29+
from registry import get_project_path
3030
return get_project_path(project_name)
3131

3232

0 commit comments

Comments
 (0)