From: Sarah Hoffmann Date: Fri, 26 May 2023 14:31:43 +0000 (+0200) Subject: fix new linting warning X-Git-Tag: v4.3.0~74^2~2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/43c27dffd271142d0a6deee17bf59d4cb2cb4dbb?ds=sidebyside fix new linting warning --- diff --git a/nominatim/api/search/db_searches.py b/nominatim/api/search/db_searches.py index 9a94b4f6..107451b6 100644 --- a/nominatim/api/search/db_searches.py +++ b/nominatim/api/search/db_searches.py @@ -20,7 +20,7 @@ from nominatim.api.types import SearchDetails, DataLayer, GeometryFormat, Bbox import nominatim.api.results as nres from nominatim.api.search.db_search_fields import SearchData, WeightedCategories -#pylint: disable=singleton-comparison +#pylint: disable=singleton-comparison,not-callable #pylint: disable=too-many-branches,too-many-arguments,too-many-locals,too-many-statements def _select_placex(t: SaFromClause) -> SaSelect: