X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/bc75e5626ec59523707b842022ecf0bdc159cf06..98aed7cf6032d4f318c99d8c326ba1edb17886cf:/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. """