-def set_property(conn, name, value):
- """ Add or replace the propery with the given name.
+from nominatim.db.connection import Connection
+
+def set_property(conn: Connection, name: str, value: str) -> None:
+ """ Add or replace the property with the given name.