From a00ed60efc3a242de38f666bc4ce1e431f86dcea Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 5 Jul 2026 21:17:41 -0700 Subject: [PATCH] Apply Black to tests/test_gis.py Fixes formatting left behind by afbfd95, which was merged while the Black check on its pull request was still failing. Co-Authored-By: Claude Fable 5 --- tests/test_gis.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_gis.py b/tests/test_gis.py index e8f4c08..f39554e 100644 --- a/tests/test_gis.py +++ b/tests/test_gis.py @@ -6,7 +6,6 @@ from sqlite_utils.cli import cli from sqlite_utils.db import Database from sqlite_utils.utils import find_spatialite, sqlite3 - pytestmark = [ pytest.mark.skipif( not find_spatialite(), reason="Could not find SpatiaLite extension"