From 53a8ae1871f9650559e0281fd86c6ca8779deec4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 15 Aug 2024 17:16:47 -0700 Subject: [PATCH] Applied Black, refs #2327, #2326 --- tests/test_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_api.py b/tests/test_api.py index fbbe3f67..8a3fcc92 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -835,8 +835,8 @@ async def test_versions_json(ds_client): assert "version" in data["sqlite"] assert "fts_versions" in data["sqlite"] assert "compile_options" in data["sqlite"] - # By default, the json1 extension is enabled in the SQLite - # provided by the `ubuntu-latest` github actions runner, and + # By default, the json1 extension is enabled in the SQLite + # provided by the `ubuntu-latest` github actions runner, and # all versions of SQLite from 3.38.0 onwards assert data["sqlite"]["extensions"]["json1"]