Skip to content

Commit 670863a

Browse files
mypy
1 parent ed0f7f7 commit 670863a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sentry_sdk/integrations/starlette.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,9 @@ async def sentry_form():
452452
restore_original_methods()
453453
return await _original_form()
454454

455-
request.body = sentry_body # type: ignore
456-
request.json = sentry_json # type: ignore
457-
request.form = sentry_form # type: ignore
455+
request.body = sentry_body
456+
request.json = sentry_json
457+
request.form = sentry_form
458458

459459

460460
def patch_request_response():

0 commit comments

Comments
 (0)