Skip to content

Commit

Permalink
[REF] remove explicit super() arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
florentx committed Dec 27, 2024
1 parent d069d4d commit 2e929da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_queue_job/tests/test_job_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class TestJobFunction(common.TransactionCase):
def setUp(self):
super(TestJobFunction, self).setUp()
super().setUp()
self.test_function_model = self.env.ref(
"queue_job.job_function_queue_job__test_job"
)
Expand Down

0 comments on commit 2e929da

Please sign in to comment.