0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Fixed flake8 warning.

This commit is contained in:
Tim Graham 2014-08-29 09:42:22 -04:00
parent e622caaa85
commit 149605dfb4

View File

@ -98,6 +98,7 @@ class TranslationTests(TestCase):
called, not the one used when the decorator was initialized. refs #23381
"""
activate('fr')
@translation.override('pl')
def func_pl():
pass