X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/bc75e5626ec59523707b842022ecf0bdc159cf06..fd1f2bc719826b598e7f12f456ebea42cbc73919:/src/nominatim_db/db/properties.py diff --git a/src/nominatim_db/db/properties.py b/src/nominatim_db/db/properties.py index 0e017ead..37d9e656 100644 --- a/src/nominatim_db/db/properties.py +++ b/src/nominatim_db/db/properties.py @@ -11,6 +11,7 @@ from typing import Optional, cast from .connection import Connection, table_exists + def set_property(conn: Connection, name: str, value: str) -> None: """ Add or replace the property with the given name. """