Fixed the type hint of the "currency_options" function.
This commit is contained in:
parent
f3c558f48a
commit
172a12b134
@ -21,7 +21,7 @@ from accounting.models import Currency
|
||||
from accounting.utils.options import options
|
||||
|
||||
|
||||
def currency_options() -> str:
|
||||
def currency_options() -> list[Currency]:
|
||||
"""Returns the currency options.
|
||||
|
||||
:return: The currency options.
|
||||
|
Loading…
Reference in New Issue
Block a user