style: fixed indentations and formatting

This commit is contained in:
noahjacob 2021-05-26 18:28:24 +05:30
parent f0e6a16910
commit dc51388666
2 changed files with 36 additions and 38 deletions

View File

@ -341,9 +341,7 @@ def make_maintenance_visit(source_name, target_doc=None, item_name=None, s_id=No
"parenttype": "prevdoc_doctype", "parenttype": "prevdoc_doctype",
}, },
"condition": lambda doc: doc.item_name == item_name, "condition": lambda doc: doc.item_name == item_name,
"postprocess": update_sid "postprocess": update_sid
} }
}, target_doc) }, target_doc)