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