diff --git a/frappe/database/query.py b/frappe/database/query.py index e23c0b4b63..8dbb564edc 100644 --- a/frappe/database/query.py +++ b/frappe/database/query.py @@ -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()