Added newline for flake8.

This commit is contained in:
Tim Graham 2014-03-01 15:46:23 -05:00
parent bb2ca9fe6c
commit f732d55dfc
1 changed files with 1 additions and 0 deletions

View File

@ -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