mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +00:00
chore: use super() instead of super(__class__, self)
This commit is contained in:
@@ -32,7 +32,7 @@ class TestLedgerHealth(AccountsTestMixin, FrappeTestCase):
|
||||
monitor_settings.save()
|
||||
|
||||
def clear_old_entries(self):
|
||||
super(TestLedgerHealth, self).clear_old_entries()
|
||||
super().clear_old_entries()
|
||||
lh = qb.DocType("Ledger Health")
|
||||
qb.from_(lh).delete().run()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user