Update import statements in test_custom_types.py
This commit is contained in:
parent
493a64381c
commit
e1f6db660a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue