Skip to content

Commit 341fadd

Browse files
Fix import
1 parent 8c2f42f commit 341fadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seclab_taskflows/mcp_servers/codeql_python/mcp_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from sqlalchemy.orm import Session
2323

2424
from .codeql_sqlite_models import Base, Source
25-
from .utils import process_repo
25+
from ..utils import process_repo
2626

2727
MEMORY = Path(os.getenv('CODEQL_SQLITE_DIR', default='/app/my_data'))
2828
mcp = FastMCP("CodeQL-Python")

0 commit comments

Comments
 (0)