Quellcode durchsuchen

Fixed flake8 warning.

Tim Graham vor 10 Jahren
Ursprung
Commit
149605dfb4
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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