]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/api/v1/helpers.py
fix various failing BDD tests
[nominatim.git] / nominatim / api / v1 / helpers.py
index ed66be8cfc5e08a95472a41e26900e1f1402c092..b9259ff291660f9b7ba1b4716e3fd6be6f975038 100644 (file)
@@ -53,7 +53,7 @@ def feature_type_to_rank(feature_type: Optional[str]) -> Tuple[int, int]:
 
 
 #pylint: disable=too-many-arguments
-def extend_query_parts(queryparts: dict[str, Any], details: dict[str, Any],
+def extend_query_parts(queryparts: Dict[str, Any], details: Dict[str, Any],
                        feature_type: Optional[str],
                        namedetails: bool, extratags: bool,
                        excluded: Iterable[str]) -> None: