refactor: Import operator from ast module in base_component.py

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-20 15:50:55 -03:00
commit c25b104ec7

View file

@ -1,4 +1,4 @@
import operator
from ast import operator
import warnings
from typing import Any, ClassVar, Optional