mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
fix black
This commit is contained in:
parent
ffdb999a2e
commit
186a458489
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue