style: Black over updated diffs
This commit is contained in:
parent
7a773d2461
commit
ed01c67f54
1 changed files with 3 additions and 6 deletions
|
|
@ -56,17 +56,14 @@ def get_workflow_safe_globals():
|
|||
# access to frappe.db.get_value, frappe.db.get_list, and date time utils.
|
||||
return dict(
|
||||
frappe=frappe._dict(
|
||||
db=frappe._dict(
|
||||
get_value=frappe.db.get_value,
|
||||
get_list=frappe.db.get_list
|
||||
),
|
||||
db=frappe._dict(get_value=frappe.db.get_value, get_list=frappe.db.get_list),
|
||||
session=frappe.session,
|
||||
utils=frappe._dict(
|
||||
now_datetime=frappe.utils.now_datetime,
|
||||
add_to_date=frappe.utils.add_to_date,
|
||||
get_datetime=frappe.utils.get_datetime,
|
||||
now=frappe.utils.now
|
||||
)
|
||||
now=frappe.utils.now,
|
||||
),
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue