summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-03-01 15:46:23 -0500
committerTim Graham <timograham@gmail.com>2014-03-01 15:46:23 -0500
commitf732d55dfcd06faf16a5d45798ae2f53d7784d66 (patch)
treee20cd962a7461f312456f33900e493c4c514128b
parentbb2ca9fe6cdd490526b44b30f207c8f743bfaa84 (diff)
Added newline for flake8.
-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 1d34f90784..9501849e09 100644
--- a/tests/i18n/tests.py
+++ b/tests/i18n/tests.py
@@ -43,6 +43,7 @@ extended_locale_paths = settings.LOCALE_PATHS + (
os.path.join(here, 'other', 'locale'),
)
+
@contextmanager
def patch_formats(lang, **settings):
from django.utils.formats import _format_cache