mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +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()
|
monitor_settings.save()
|
||||||
|
|
||||||
def clear_old_entries(self):
|
def clear_old_entries(self):
|
||||||
super(TestLedgerHealth, self).clear_old_entries()
|
super().clear_old_entries()
|
||||||
lh = qb.DocType("Ledger Health")
|
lh = qb.DocType("Ledger Health")
|
||||||
qb.from_(lh).delete().run()
|
qb.from_(lh).delete().run()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user