Skip to content

Commit ac4bba5

Browse files
committed
updated search params
1 parent fddba5c commit ac4bba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jigsawstack/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class SearchParams(TypedDict):
109109
Two-letter country code to localize search results (e.g. 'US', 'GB')
110110
"""
111111

112-
auto_scrape: bool
112+
auto_scrape: NotRequired[bool]
113113
"""
114114
Whether to automatically scrape content from search result URLs
115115
"""

0 commit comments

Comments
 (0)