Skip to content

Commit 2b6c886

Browse files
committed
del total=False for RequestOptions
1 parent 4fbbb7d commit 2b6c886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/crawlee/_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def __eq__(self, other: object) -> bool:
108108
user_data_adapter = TypeAdapter(UserData)
109109

110110

111-
class RequestOptions(TypedDict, total=False):
111+
class RequestOptions(TypedDict):
112112
"""Options that can be used to customize request creation.
113113
114114
This type exactly matches the parameters of Request.from_url() method.

0 commit comments

Comments
 (0)