We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22818fb commit df91619Copy full SHA for df91619
1 file changed
mailjet_rest/client.py
@@ -333,7 +333,7 @@ def __call__(
333
headers: dict[str, str] | None = None,
334
id: int | str | None = None,
335
action_id: int | str | None = None,
336
- timeout: float | tuple[float, float] | None = None,
+ timeout: int | float | tuple[float, float] | None = None, # noqa: PYI041
337
ensure_ascii: bool | None = None,
338
data_encoding: str | None = None,
339
**kwargs: Any,
@@ -652,7 +652,7 @@ def api_call(
652
filters: dict[str, Any] | None = None,
653
data: dict[str, Any] | list[Any] | str | None = None,
654
655
656
657
658
0 commit comments