Skip to content

Commit

Permalink
Silence mypy complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Aug 28, 2024
1 parent 6666fcd commit 764c1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zyte_spider_templates/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 764c1fa

Please sign in to comment.