Fix pretty_format_json to use int indent
The indent parameter for json should be integer and under Python2 is will raise an error if not. So switch from str to int and mention default value in help text.
Loading
Please register or sign in to comment