style -- black + isort

This commit is contained in:
Aurélien Delobelle 2019-01-06 00:25:41 +01:00
parent 376cc96343
commit 39eaf4b109
12 changed files with 1224 additions and 328 deletions

View file

@ -134,6 +134,5 @@ if settings.DEBUG:
# Wagtail for uncatched
urlpatterns += i18n_patterns(
url(r'', include(wagtail_urls)),
prefix_default_language=False
url(r"", include(wagtail_urls)), prefix_default_language=False
)