Fix flake8 issues and add more detail on spatial types

This commit is contained in:
Chris Amico 2022-02-15 12:08:29 -05:00
commit 36518cbfcd
4 changed files with 19 additions and 6 deletions

View file

@ -2810,7 +2810,7 @@ def create_spatial_index(db_path, table, column_name, load_extension):
raise click.ClickException(
"You must add a geometry column before creating a spatial index"
)
db[table].create_spatial_index(column_name)