From 3b4ef4a8148c93433c67ff8c48947349d631254f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 1 Jun 2022 12:13:41 -0700 Subject: [PATCH] formatting --- jc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/cli.py b/jc/cli.py index b5fd8fe3..2f8bc65f 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -285,7 +285,7 @@ def yaml_out(data, pretty=False, env_colors=None, mono=False, piped_out=False, a # ruamel.yaml versions prior to 0.17.0 the use of __file__ in the # plugin code is incompatible with the pyoxidizer packager YAML.official_plug_ins = lambda a: [] - yaml=YAML() + yaml = YAML() yaml.default_flow_style = False yaml.explicit_start = True yaml.allow_unicode = not ascii_only