chore: Linting Issues

(cherry picked from commit a1f53f8d31)
This commit is contained in:
Deepesh Garg
2022-05-25 17:59:40 +05:30
committed by Mergify
parent 611d1af526
commit 74ddf261e9

View File

@@ -221,7 +221,7 @@ def get_loan_entries(filters):
.where(ifnull(loan_doc.clearance_date, "4000-01-01") > getdate(filters.get("report_date")))
)
entries = query.run(as_dict=1, debug=1)
entries = query.run(as_dict=1)
loan_docs.extend(entries)
return loan_docs