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

Remove unreachable code

parent 55e3b11b
......@@ -111,7 +111,6 @@ class LanguageManager(models.Manager):
return self.get(code=code)
except Language.DoesNotExist:
return None
pass
def auto_get_or_create(self, code):
'''
......
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