diff options
| author | Tim Graham <timograham@gmail.com> | 2014-03-01 15:46:23 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-01 15:46:23 -0500 |
| commit | f732d55dfcd06faf16a5d45798ae2f53d7784d66 (patch) | |
| tree | e20cd962a7461f312456f33900e493c4c514128b | |
| parent | bb2ca9fe6cdd490526b44b30f207c8f743bfaa84 (diff) | |
Added newline for flake8.
| -rw-r--r-- | tests/i18n/tests.py | 1 |
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 |
