Skip to content

Commit

Permalink
revert type
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Sep 20, 2024
1 parent 217382a commit 94078fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/integrations/django/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 94078fa

Please sign in to comment.