Sfoglia il codice sorgente

Fixed flake8 warning.

Tim Graham 10 anni fa
parent
commit
149605dfb4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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