Skip to content

Commit 513383b

Browse files
committed
Use Python3-styled super()
1 parent 0ba169a commit 513383b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jens/webapps/test/test_gitlabproducer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class GitlabProducerTestCase(JensTestCase):
1414

1515
def setUp(self):
16-
super(GitlabProducerTestCase, self).setUp()
16+
super().setUp()
1717
init_repositories()
1818
(bare, user) = create_fake_repository(self.sandbox_path, ['qa'])
1919
add_repository('common', 'site', bare)

0 commit comments

Comments
 (0)