🔀 refactor(endpoints.py): fix import statement for CustomComponent
The import statement for CustomComponent has been updated to reflect the correct module path. This ensures that the correct CustomComponent class is imported and used in the code.
This commit is contained in:
parent
a29b83e4fa
commit
bed962e513
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from langflow.utils.logger import logger
|
|||
|
||||
from fastapi import APIRouter, Depends, HTTPException, UploadFile
|
||||
|
||||
from langflow.interface.tools.custom import CustomComponent
|
||||
from langflow.interface.custom.custom import CustomComponent
|
||||
|
||||
from langflow.api.v1.schemas import (
|
||||
ProcessResponse,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue