Sort keys to past tests in Python 3.5

This commit is contained in:
Simon Willison 2019-05-25 09:22:02 -07:00
commit 182a3017c2
2 changed files with 3 additions and 2 deletions

View file

@ -638,6 +638,7 @@ class ManyToManyFacet(Facet):
"value": str(row["value"]),
},
separators=(",", ":"),
sort_keys=True,
)
selected = ("_through", through) in args
if selected: