Skip to content

Commit 048c0f4

Browse files
committed
Mask unused variable
1 parent 083f813 commit 048c0f4

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
@@ -15,7 +15,7 @@ class GitlabProducerTestCase(JensTestCase):
1515
def setUp(self):
1616
super().setUp()
1717
init_repositories()
18-
(bare, user) = create_fake_repository(self.sandbox_path, ['qa'])
18+
(bare, _) = create_fake_repository(self.sandbox_path, ['qa'])
1919
add_repository('common', 'site', bare)
2020
self.site_bare = bare
2121
gitlabproducer.config['settings'] = Settings()

0 commit comments

Comments
 (0)