refactor: Import operator module instead of ast in base_component.py

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-20 15:51:51 -03:00
commit a33a56bf26

View file

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