chore: linting issues

This commit is contained in:
Gursheen Kaur Anand
2023-10-07 15:40:27 +05:30
committed by GitHub
parent 3f59518d01
commit 77d719af6e

View File

@@ -94,7 +94,7 @@ def get_statement_dict(doc, get_statement_dict=False):
statement_dict[entry.customer] = (
[res, ageing] if get_statement_dict else get_html(doc, filters, entry, col, res, ageing)
)
return statement_dict