Skip to content

Commit 7ee08af

Browse files
committed
..
1 parent 7b8faee commit 7ee08af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/django/templates.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def patch_templates():
6464

6565
real_rendered_content = SimpleTemplateResponse.rendered_content
6666

67-
@functools.wraps(real_rendered_content)
6867
@property # type: ignore
6968
@ensure_integration_enabled(DjangoIntegration, real_rendered_content.fget)
7069
def rendered_content(self):

0 commit comments

Comments
 (0)