Removed the unused "__in_use_account_id" property from the TransactionForm form.

This commit is contained in:
依瑪貓 2023-03-10 09:17:55 +08:00
parent 7fb9e2f0a1
commit 3fe7eb41ac

View File

@ -80,8 +80,6 @@ class TransactionForm(FlaskForm):
"""The journal entry collector. The default is the base abstract
collector only to provide the correct type. The subclass forms should
provide their own collectors."""
self.__in_use_account_id: set[int] | None = None
"""The ID of the accounts that are in use."""
def populate_obj(self, obj: Transaction) -> None:
"""Populates the form data into a transaction object.