Fix isort issues

This commit is contained in:
Raphael Michel
2023-02-08 17:43:21 +01:00
parent 04b0a3d5d4
commit 7b0d07065f
2 changed files with 1 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ from pretix.api.models import ApiCall
from pretix.base.models import Organizer
from pretix.helpers import OF_SELF
logger = logging.getLogger(__name__)

View File

@@ -64,7 +64,7 @@ from django.views.generic import (
UpdateView,
)
from pretix.api.models import WebHook, ApiCall
from pretix.api.models import ApiCall, WebHook
from pretix.api.webhooks import manually_retry_all_calls
from pretix.base.auth import get_auth_backends
from pretix.base.channels import get_all_sales_channels