refactor: Import operator from ast module in base_component.py
This commit is contained in:
parent
ed391c010d
commit
c25b104ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import operator
|
||||
from ast import operator
|
||||
import warnings
|
||||
from typing import Any, ClassVar, Optional
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue