mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-11 02:54:23 +02:00
Applied Black 20.8b1, refs #142
This commit is contained in:
parent
947bb7626f
commit
10c6fbc368
4 changed files with 111 additions and 24 deletions
|
|
@ -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"}],
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue