fix: remove trailing whitespace.
This commit is contained in:
parent
3587edd484
commit
3121a60292
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ def enqueue(method, queue='default', timeout=None, event=None,
|
|||
'''
|
||||
# To handle older implementations
|
||||
is_async = kwargs.pop('async', is_async)
|
||||
|
||||
|
||||
if now or frappe.flags.in_migrate:
|
||||
return frappe.call(method, **kwargs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue