Commit 149605df authored by Tim Graham's avatar Tim Graham
Browse files

Fixed flake8 warning.

parent e622caaa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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