Removed the unused CurrencyData custom type from the "accounting.currency.commands" module.

This commit is contained in:
依瑪貓 2023-04-10 22:57:54 +08:00
parent 40be3fb664
commit 371c80f668

View File

@ -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: