Merge pull request #46536 from sagarvora/remove-init
chore: remove unnecessary init method
This commit is contained in:
@@ -95,9 +95,6 @@ force_item_fields = (
|
||||
|
||||
|
||||
class AccountsController(TransactionBase):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
def get_print_settings(self):
|
||||
print_setting_fields = []
|
||||
items_field = self.meta.get_field("items")
|
||||
|
||||
Reference in New Issue
Block a user