diff --git a/src/accounting/transaction/utils/account_option.py b/src/accounting/transaction/utils/account_option.py index 69f9c9b..d8aceb1 100644 --- a/src/accounting/transaction/utils/account_option.py +++ b/src/accounting/transaction/utils/account_option.py @@ -40,8 +40,6 @@ class AccountOption: """True if this account is in use, or False otherwise.""" self.is_offset_needed: bool = account.is_offset_needed """True if this account needs offset, or False otherwise.""" - self.is_offset_chooser_needed: bool = False - """True if this account needs an offset chooser, or False otherwise.""" def __str__(self) -> str: """Returns the string representation of the account option.