Fix isort style issue

This commit is contained in:
Raphael Michel
2020-11-06 11:50:01 +01:00
parent df83682d55
commit cfffcf2d1a
3 changed files with 3 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ class LoggingMixin:
"""
from pretix.api.models import OAuthAccessToken, OAuthApplication
from pretix.api.webhooks import notify_webhooks
from ..services.notifications import notify
from .devices import Device
from .event import Event