fix: removing unused import line (#17654)
This commit is contained in:
parent
2532bea2f1
commit
a772cc0796
1 changed files with 0 additions and 2 deletions
|
|
@ -187,8 +187,6 @@ class Engine:
|
|||
|
||||
@cached_property
|
||||
def OPERATOR_MAP(self):
|
||||
from frappe.boot import get_additional_filters_from_hooks
|
||||
|
||||
# default operators
|
||||
all_operators = OPERATOR_MAP.copy()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue