Clean up monkeypatch code

This commit is contained in:
Raphael Michel
2023-12-02 14:48:05 +01:00
parent 2a19a423de
commit 4580d6f710
2 changed files with 7 additions and 9 deletions

View File

@@ -27,8 +27,5 @@ class PretixHelpersConfig(AppConfig):
label = 'pretixhelpers'
def ready(self):
from .monkeypatching import (
monkeypatch_all_at_ready, monkeypatch_requests_timeout,
)
from .monkeypatching import monkeypatch_all_at_ready
monkeypatch_all_at_ready()
monkeypatch_requests_timeout()