diff --git a/zyte_spider_templates/params.py b/zyte_spider_templates/params.py index 6dee8a9..ca1158b 100644 --- a/zyte_spider_templates/params.py +++ b/zyte_spider_templates/params.py @@ -10,7 +10,7 @@ from pydantic.config import JsonDict except ImportError: JsonValue = Union[int, float, str, bool, None, List["JsonValue"], "JsonDict"] - JsonDict = Dict[str, JsonValue] + JsonDict = Dict[str, JsonValue] # type: ignore[misc] from zyte_spider_templates._geolocations import ( GEOLOCATION_OPTIONS_WITH_CODE,