X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1f0796778754d8df0dfab9dd01302e26a397f064..3e38fd806e49a2c6665dca2cb7a9e70db77feba3:/src/nominatim_api/reverse.py diff --git a/src/nominatim_api/reverse.py b/src/nominatim_api/reverse.py index e0c1d118..1b06e659 100644 --- a/src/nominatim_api/reverse.py +++ b/src/nominatim_api/reverse.py @@ -20,9 +20,6 @@ from . import results as nres from .logging import log from .types import AnyPoint, DataLayer, ReverseDetails, GeometryFormat, Bbox -# In SQLAlchemy expression which compare with NULL need to be expressed with -# the equal sign. -# pylint: disable=singleton-comparison RowFunc = Callable[[Optional[SaRow], Type[nres.ReverseResult]], Optional[nres.ReverseResult]]