mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-22 18:04:10 +02:00
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 <noreply@anthropic.com>
This commit is contained in:
parent
afbfd95273
commit
a00ed60efc
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ from sqlite_utils.cli import cli
|
||||||
from sqlite_utils.db import Database
|
from sqlite_utils.db import Database
|
||||||
from sqlite_utils.utils import find_spatialite, sqlite3
|
from sqlite_utils.utils import find_spatialite, sqlite3
|
||||||
|
|
||||||
|
|
||||||
pytestmark = [
|
pytestmark = [
|
||||||
pytest.mark.skipif(
|
pytest.mark.skipif(
|
||||||
not find_spatialite(), reason="Could not find SpatiaLite extension"
|
not find_spatialite(), reason="Could not find SpatiaLite extension"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue