mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
fix style issue found by flake8
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user