refactor: Import langflow.custom.Component and CustomComponent in loading.py
This commit is contained in:
parent
33129c7466
commit
5a288e9c51
1 changed files with 1 additions and 1 deletions
|
|
@ -8,12 +8,12 @@ import orjson
|
|||
from loguru import logger
|
||||
from pydantic import PydanticDeprecatedSince20
|
||||
|
||||
from langflow.custom import Component, CustomComponent
|
||||
from langflow.custom.eval import eval_custom_component_code
|
||||
from langflow.schema import Data
|
||||
from langflow.schema.artifact import get_artifact_type, post_process_raw
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from langflow.custom import Component, CustomComponent
|
||||
from langflow.graph.vertex.base import Vertex
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue