chore: Linting Issues

This commit is contained in:
Deepesh Garg 2022-05-25 17:59:40 +05:30
parent 147fc8fde7
commit a1f53f8d31

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