Removed the unused CurrencyData custom type from the "accounting.currency.commands" module.
This commit is contained in:
parent
40be3fb664
commit
371c80f668
@ -29,8 +29,6 @@ from accounting import db, data_dir
|
||||
from accounting.models import Currency, CurrencyL10n
|
||||
from accounting.utils.user import has_user, get_user_pk
|
||||
|
||||
CurrencyData = tuple[str, str, str, str]
|
||||
|
||||
|
||||
def __validate_username(ctx: click.core.Context, param: click.core.Option,
|
||||
value: str) -> str:
|
||||
|
Loading…
Reference in New Issue
Block a user