chore: Linting issues

This commit is contained in:
Deepesh Garg 2022-05-16 10:40:55 +05:30 committed by GitHub
parent f83e32ab64
commit b2d24e2f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -936,7 +936,7 @@ def get_export_json(res):
for exp_type in res:
exp_item, inv = {"exp_typ": exp_type, "inv": []}, []
for number, invoice in iteritems(res[exp_type]):
for number, invoice in res[exp_type].items():
inv_item = get_basic_invoice_detail(invoice[0])
inv_item["itms"] = []