mirror of
https://github.com/django/django.git
synced 2025-09-18 08:20:10 +00:00
Added newline for flake8.
This commit is contained in:
parent
bb2ca9fe6c
commit
f732d55dfc
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue