summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-29 09:42:22 -0400
committerTim Graham <timograham@gmail.com>2014-08-29 09:42:22 -0400
commit149605dfb4309331d0337af9ac962e67332a45a7 (patch)
tree421d430ce198ae6a7479b43bbb74ce7e008b15fa
parente622caaa857e74cef4fe7757b6e5b802af814788 (diff)
Fixed flake8 warning.
-rw-r--r--tests/i18n/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/i18n/tests.py b/tests/i18n/tests.py
index 64e6eb5eed..aa7602a524 100644
--- a/tests/i18n/tests.py
+++ b/tests/i18n/tests.py
@@ -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