]> git.openstreetmap.org Git - nominatim.git/blobdiff - src/nominatim_db/db/properties.py
fix style issue found by flake8
[nominatim.git] / src / nominatim_db / db / properties.py
index 0e017ead900c0c2f6fa236e65d3ae927498e059b..37d9e6564810333427a0961de074f1adedf8849a 100644 (file)
@@ -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.
     """