Skip to content

Commit

Permalink
Fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Khalid BENTALEB committed Feb 5, 2025
1 parent 988f80c commit bf8b0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_task_add_very_high/tests/test_uninstall_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class TestUninstallHook(TransactionCase):
def setUp(self):
super(TestUninstallHook, self).setUp()
super().setUp()
# Create some sample tasks with different priorities

self.task_normal = self.env["project.task"].create(
Expand Down

0 comments on commit bf8b0dc

Please sign in to comment.