Apply Black

This commit is contained in:
Simon Willison 2022-08-30 20:32:55 -07:00 committed by GitHub
commit 3dbfca6fdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"