mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Fix for mypy error, closes #396
Should help tests pass for #395 and #79
This commit is contained in:
parent
e46798959e
commit
0fe0f476a7
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ SPATIALITE_PATHS = (
|
|||
)
|
||||
|
||||
|
||||
def find_spatialite() -> 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue