From 482fcc0da7c5127ce5bc6765b63663b9c5a87f91 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 3 Feb 2022 22:13:17 -0800 Subject: [PATCH] Fix for flake8, refs #79 --- sqlite_utils/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sqlite_utils/utils.py b/sqlite_utils/utils.py index b719b01..e3386d8 100644 --- a/sqlite_utils/utils.py +++ b/sqlite_utils/utils.py @@ -31,7 +31,8 @@ SPATIALITE_PATHS = ( def find_spatialite() -> Optional[str]: """ - The ``find_spatialite()`` function searches for the `SpatiaLite `__ 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 `__ + 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: