fix black

This commit is contained in:
Morten Enemark Lund 2020-08-06 11:49:30 +02:00
parent ffdb999a2e
commit 186a458489

View file

@ -990,7 +990,9 @@ def DEFAULT_VARS():
always_false,
locale_convert("LC_MESSAGES"),
ensure_string,
locale.setlocale(locale.LC_MESSAGES) if hasattr(locale, "LC_MESSAGES") else "",
locale.setlocale(locale.LC_MESSAGES)
if hasattr(locale, "LC_MESSAGES")
else "",
),
"LC_MONETARY": Var(
always_false,