Fixed PEP8 error
This commit is contained in:
@@ -35,7 +35,7 @@ exit = cliutils.exit
|
||||
|
||||
supported_formats = {
|
||||
"json": lambda x: jsonutils.dumps(x, indent=2),
|
||||
"yaml": lambda x: yaml.safe_dump(x, default_flow_style=False)
|
||||
"yaml": lambda x: yaml.safe_dump(x, default_flow_style=False)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user