mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
fix imprecise import
This commit is contained in:
@@ -10,7 +10,7 @@ Helper classes and functions for formatting results into API responses.
|
|||||||
from typing import Type, TypeVar, Dict, List, Callable, Any, Mapping, Optional, cast
|
from typing import Type, TypeVar, Dict, List, Callable, Any, Mapping, Optional, cast
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import importlib
|
import importlib.util
|
||||||
|
|
||||||
from .server.content_types import CONTENT_JSON
|
from .server.content_types import CONTENT_JSON
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user