fix: remove trailing whitespace.

This commit is contained in:
Sagar Vora 2019-01-29 11:00:04 +05:30 committed by GitHub
parent 3587edd484
commit 3121a60292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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