X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8c14df55a61d71f2476c8a17287e1bd162a5c6a6..1f0796778754d8df0dfab9dd01302e26a397f064:/src/nominatim_db/db/properties.py?ds=sidebyside 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. """