From 371c80f6688fb009d24fea142ee6705ef8993169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 10 Apr 2023 22:57:54 +0800 Subject: [PATCH] Removed the unused CurrencyData custom type from the "accounting.currency.commands" module. --- src/accounting/currency/commands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/accounting/currency/commands.py b/src/accounting/currency/commands.py index 3836b6b..4940aeb 100644 --- a/src/accounting/currency/commands.py +++ b/src/accounting/currency/commands.py @@ -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: