mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-25 03:14:30 +02:00
Fix for flake8, refs #79
This commit is contained in:
parent
0fe0f476a7
commit
482fcc0da7
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ SPATIALITE_PATHS = (
|
||||||
|
|
||||||
def find_spatialite() -> Optional[str]:
|
def find_spatialite() -> Optional[str]:
|
||||||
"""
|
"""
|
||||||
The ``find_spatialite()`` function searches for the `SpatiaLite <https://www.gaia-gis.it/fossil/libspatialite/index>`__ SQLite extension in some common places. It returns a string path to the location, or ``None`` if SpatiaLite was not found.
|
The ``find_spatialite()`` function searches for the `SpatiaLite <https://www.gaia-gis.it/fossil/libspatialite/index>`__
|
||||||
|
SQLite extension in some common places. It returns a string path to the location, or ``None`` if SpatiaLite was not found.
|
||||||
|
|
||||||
You can use it in code like this:
|
You can use it in code like this:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue