Commit f81ba41e authored by Michal Čihař's avatar Michal Čihař

Coding style fixes

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 8127d4c6
...@@ -157,7 +157,6 @@ class RepoTestMixin(object): ...@@ -157,7 +157,6 @@ class RepoTestMixin(object):
if 'new_lang' not in kwargs: if 'new_lang' not in kwargs:
kwargs['new_lang'] = 'contact' kwargs['new_lang'] = 'contact'
return SubProject.objects.create( return SubProject.objects.create(
name='Test', name='Test',
slug='test', slug='test',
......
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