mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fixed flake8 warning.
This commit is contained in:
parent
e622caaa85
commit
149605dfb4
@ -98,6 +98,7 @@ class TranslationTests(TestCase):
|
|||||||
called, not the one used when the decorator was initialized. refs #23381
|
called, not the one used when the decorator was initialized. refs #23381
|
||||||
"""
|
"""
|
||||||
activate('fr')
|
activate('fr')
|
||||||
|
|
||||||
@translation.override('pl')
|
@translation.override('pl')
|
||||||
def func_pl():
|
def func_pl():
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user