fix imprecise import

This commit is contained in:
Sarah Hoffmann
2025-11-30 11:50:55 +01:00
parent c36da68a48
commit fba803167c

View File

@@ -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