From 94078faa8a8e86e606362139e4939d8ce9aa3076 Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Fri, 20 Sep 2024 17:06:19 +0200 Subject: [PATCH] revert type --- sentry_sdk/integrations/django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry_sdk/integrations/django/__init__.py b/sentry_sdk/integrations/django/__init__.py index c35eb87349..fce93503e9 100644 --- a/sentry_sdk/integrations/django/__init__.py +++ b/sentry_sdk/integrations/django/__init__.py @@ -550,7 +550,7 @@ def cookies(self): return clean_cookies def raw_data(self): - # type: () -> Optional[bytes] + # type: () -> bytes return self.request.body def form(self):