Removed an excess tailing blank line from the "accounting.currency.views" module.
This commit is contained in:
@ -183,4 +183,3 @@ def __get_detail_uri(currency: Currency) -> str:
|
|||||||
:return: The detail URI of the currency.
|
:return: The detail URI of the currency.
|
||||||
"""
|
"""
|
||||||
return url_for("accounting.currency.detail", currency=currency)
|
return url_for("accounting.currency.detail", currency=currency)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user