Update import statements in test_custom_types.py

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-02-09 08:47:22 -03:00
commit e1f6db660a

View file

@ -1,7 +1,7 @@
# Test this:
from langflow.interface.importing.utils import get_function
import pytest
from langflow.interface.tools.custom import PythonFunctionTool, PythonFunction
from langflow.interface.custom.utils import get_function
from langflow.interface.tools.custom import PythonFunction, PythonFunctionTool
from langflow.utils import constants