diff --git a/src/backend/base/langflow/custom/custom_component/base_component.py b/src/backend/base/langflow/custom/custom_component/base_component.py index e8d02e3e9..098942dd4 100644 --- a/src/backend/base/langflow/custom/custom_component/base_component.py +++ b/src/backend/base/langflow/custom/custom_component/base_component.py @@ -1,4 +1,4 @@ -from ast import operator +import operator import warnings from typing import Any, ClassVar, Optional