Fix all implicit relative imports in __init__.py
This commit is contained in:
parent
14800deea1
commit
2974aa50e3
1 changed files with 1 additions and 1 deletions
|
|
@ -1174,7 +1174,7 @@ def as_json(obj, indent=1):
|
|||
return json.dumps(obj, indent=indent, sort_keys=True, default=json_handler)
|
||||
|
||||
def are_emails_muted():
|
||||
from utils import cint
|
||||
from frappe.utils import cint
|
||||
return flags.mute_emails or cint(conf.get("mute_emails") or 0) or False
|
||||
|
||||
def get_test_records(doctype):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue