mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed E225 pep8 warnings.
This commit is contained in:
parent
51d2e1fb23
commit
ae48d77ef8
43 changed files with 102 additions and 91 deletions
4
tests/cache/tests.py
vendored
4
tests/cache/tests.py
vendored
|
@ -1527,8 +1527,8 @@ class CacheI18nTest(TestCase):
|
|||
self.assertEqual(get_cache_data, None)
|
||||
|
||||
# i18n tests
|
||||
en_message ="Hello world!"
|
||||
es_message ="Hola mundo!"
|
||||
en_message = "Hello world!"
|
||||
es_message = "Hola mundo!"
|
||||
|
||||
request = self._get_request_cache()
|
||||
set_cache(request, 'en', en_message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue