diff --git a/src/accounting/report/views.py b/src/accounting/report/views.py index f1c3650..678495f 100644 --- a/src/accounting/report/views.py +++ b/src/accounting/report/views.py @@ -298,4 +298,3 @@ def search() -> str | Response: if "as" in request.args and request.args["as"] == "csv": return report.csv() return report.html() -