Commit 2f8d3b30 authored by Michal Čihař's avatar Michal Čihař

We do not need return values

parent 5dba9e85
......@@ -77,7 +77,7 @@ class CheckGitTest(RepoTestCase):
command_name = 'checkgit'
def do_test(self, *args, **kwargs):
resource = self.create_subproject()
self.create_subproject()
call_command(
self.command_name,
*args,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment