Remove copy-paste artifact

This commit is contained in:
Raphael Michel
2023-12-02 14:47:17 +01:00
parent 409c1eef30
commit 2a19a423de

View File

@@ -88,5 +88,3 @@ def monkeypatch_requests_timeout():
return types.MethodType(old_httpadapter_send, self)(request, timeout=timeout, **kwargs)
HTTPAdapter.send = httpadapter_send
monkeypatch_vobject_performance()
monkeypatch_pillow_safer()