mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 07:43:20 +01:00
Update utils.py
This commit is contained in:
parent
2423f893e5
commit
4ef31ecf71
@ -16,9 +16,7 @@ Items = List[Item]
|
||||
|
||||
|
||||
class JsonDictPreservingDuplicateKeys(OrderedDict):
|
||||
"""A specialized JSON dict preserving duplicate keys.
|
||||
|
||||
"""
|
||||
"""A specialized JSON dict preserving duplicate keys."""
|
||||
|
||||
# Python versions prior to 3.8 suffer from an issue with multiple keys with the same name.
|
||||
# `json.dumps(obj, indent=N, sort_keys=True)` will output sorted keys when they are unique, and
|
||||
|
Loading…
Reference in New Issue
Block a user