浏览代码

Fixed flake8 warning.

Tim Graham 10 年之前
父节点
当前提交
149605dfb4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/i18n/tests.py

+ 1 - 0
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