Added newline for flake8.
This commit is contained in:
parent
bb2ca9fe6c
commit
f732d55dfc
|
@ -43,6 +43,7 @@ extended_locale_paths = settings.LOCALE_PATHS + (
|
||||||
os.path.join(here, 'other', 'locale'),
|
os.path.join(here, 'other', 'locale'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@contextmanager
|
@contextmanager
|
||||||
def patch_formats(lang, **settings):
|
def patch_formats(lang, **settings):
|
||||||
from django.utils.formats import _format_cache
|
from django.utils.formats import _format_cache
|
||||||
|
|
Loading…
Reference in New Issue