Skip to content

Commit 55b4d2b

Browse files
committed
Fix typing
1 parent ad56bec commit 55b4d2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry_plugins/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def _request(
5959
timeout: int | None = None,
6060
ignore_webhook_errors: bool = False,
6161
prepared_request: PreparedRequest | None = None,
62+
stream: bool | None = None,
6263
raw_response: Literal[True] = ...,
6364
) -> Response: ...
6465

@@ -77,6 +78,7 @@ def _request(
7778
timeout: int | None = None,
7879
ignore_webhook_errors: bool = False,
7980
prepared_request: PreparedRequest | None = None,
81+
stream: bool | None = None,
8082
raw_response: bool = ...,
8183
) -> Any: ...
8284

0 commit comments

Comments
 (0)