You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we're sorting the dictionary anyway we may as well output the JSON sorted.
Also since Python 3.6 we can just use `dict()` since the insertion order is preserved.
0 commit comments