Add Object field type to constants.py

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-11-14 21:01:19 -03:00
commit c89e4bc422

View file

@ -17,6 +17,7 @@ from langflow.field_typing import (
AgentExecutor,
NestedDict,
Data,
Object,
)