fix: Spacing after commas

This commit is contained in:
deepeshgarg007 2019-12-19 11:02:37 +05:30
parent 0db86204cf
commit aba58ba50e

View File

@ -276,8 +276,7 @@ def make_opportunity(source_name, target_doc=None):
"name": "party_name",
"doctype": "opportunity_from",
}
}}, target_doc, set_missing_values
)
}}, target_doc, set_missing_values)
return target_doc