mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-16 13:34:10 +02:00
Apply Black
This commit is contained in:
parent
8942df36e3
commit
3dbfca6fdd
1 changed files with 2 additions and 2 deletions
|
|
@ -557,7 +557,7 @@ def test_enable_fts_error_message_on_views():
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
{'include_rank': True},
|
{"include_rank": True},
|
||||||
"FTS5",
|
"FTS5",
|
||||||
(
|
(
|
||||||
"with original as (\n"
|
"with original as (\n"
|
||||||
|
|
@ -579,7 +579,7 @@ def test_enable_fts_error_message_on_views():
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
{'include_rank': True},
|
{"include_rank": True},
|
||||||
"FTS4",
|
"FTS4",
|
||||||
(
|
(
|
||||||
"with original as (\n"
|
"with original as (\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue