Skip to content

Commit

Permalink
Remove copy-paste artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Dec 2, 2023
1 parent 409c1ee commit 2a19a42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pretix/helpers/monkeypatching.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,3 @@ def httpadapter_send(self, request, timeout=None, **kwargs):
return types.MethodType(old_httpadapter_send, self)(request, timeout=timeout, **kwargs)

HTTPAdapter.send = httpadapter_send
monkeypatch_vobject_performance()
monkeypatch_pillow_safer()

0 comments on commit 2a19a42

Please sign in to comment.