Removed the unused is_offset_chooser_needed property from the AccountOption data model.
This commit is contained in:
parent
cc440a4110
commit
7ff52d99e6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user