Fix various pep8/flake8/pylint errors

This commit is contained in:
Swen Kooij
2017-05-25 19:40:03 +03:00
parent 5a4f449363
commit 92a53bc3d7
11 changed files with 39 additions and 166 deletions

View File

@@ -1,5 +1,3 @@
import json
from django.conf import settings
from django.test import TestCase
from django.utils import translation
@@ -164,4 +162,3 @@ class LocalizedValueTestCase(TestCase):
value = LocalizedValue('beer')
assert value.get(settings.LANGUAGE_CODE) == 'beer'