Applied Black 20.8b1, refs #142

This commit is contained in:
Simon Willison 2020-08-28 15:30:57 -07:00
commit 10c6fbc368
4 changed files with 111 additions and 24 deletions

View file

@ -669,7 +669,12 @@ def test_create_index_if_not_exists(fresh_db):
["list with", "two items"],
{"dictionary": "simple"},
{"dictionary": {"nested": "complex"}},
collections.OrderedDict([("key1", {"nested": "complex"}), ("key2", "foo"),]),
collections.OrderedDict(
[
("key1", {"nested": "complex"}),
("key2", "foo"),
]
),
[{"list": "of"}, {"two": "dicts"}],
),
)