Removed an excess tailing blank line from the "accounting.currency.views" module.

This commit is contained in:
依瑪貓 2023-03-15 01:06:53 +08:00
parent e9d8a8fcd8
commit 91e6dc6668

View File

@ -183,4 +183,3 @@ def __get_detail_uri(currency: Currency) -> str:
:return: The detail URI of the currency.
"""
return url_for("accounting.currency.detail", currency=currency)