Removed the unused BaseAccountData data type.

This commit is contained in:
依瑪貓 2023-02-08 10:39:13 +08:00
parent 40e64c4d2e
commit d58859bcf3

View File

@ -26,10 +26,6 @@ from accounting import data_dir
from accounting.database import db
from accounting.models import BaseAccount, BaseAccountL10n
BaseAccountData = tuple[int, str, str, str]
"""The format of the base account data, as a list of (code, English,
Traditional Chinese, Simplified Chinese) tuples."""
@click.command("accounting-init-base")
@with_appcontext