Skip to content

Commit 61c0ebd

Browse files
author
Arturo R Montesinos
committed
style: ruff-format applied
1 parent 6e276ec commit 61c0ebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ def render(obj: Any, args: argparse.Namespace) -> None:
243243
print("YAML output requested but PyYAML is not installed.", file=sys.stderr)
244244
sys.exit(2)
245245
import yaml as _yaml
246+
246247
print(_yaml.safe_dump(_to_serializable(obj), sort_keys=False, allow_unicode=True))
247248
return
248249

0 commit comments

Comments
 (0)