fix: removing unused import line (#17654)

This commit is contained in:
Shariq Ansari 2022-07-29 10:24:49 +05:30 committed by GitHub
parent 2532bea2f1
commit a772cc0796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()