Skip to content

Commit

Permalink
Add type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Nov 17, 2023
1 parent 42e7402 commit d572b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapy_zyte_api/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Map of all known root Zyte API request params and how they need to be
# handled. Sorted by appearance in
# https://docs.zyte.com/zyte-api/usage/reference.html.
_REQUEST_PARAMS = {
_REQUEST_PARAMS: Dict[str, Dict[str, Any]] = {
"url": {
"default": _NoDefault,
"is_extract_type": False,
Expand Down

0 comments on commit d572b3d

Please sign in to comment.