🔧 refactor(test_custom_component.py): improve readability by breaking long lines of code

🔨 refactor(test_custom_component.py): update import statement to reflect new file structure
This commit is contained in:
gustavoschaedler 2023-07-15 01:02:52 +01:00
commit d7a3c10d3a

View file

@ -1,7 +1,7 @@
import ast
import pytest
from fastapi import HTTPException
from langflow.interface.custom.custom import CustomComponent
from langflow.interface.custom.custom_component import CustomComponent
from langflow.interface.custom.constants import DEFAULT_CUSTOM_COMPONENT_CODE