events: fix linting

This commit is contained in:
Jens Langhammer 2021-01-15 10:05:22 +01:00
parent 5e1e5afb24
commit f297d1256d
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ from authentik.events.models import (
)
from authentik.lib.tasks import MonitoredTask, TaskResult, TaskResultStatus
from authentik.policies.engine import PolicyEngine, PolicyEngineMode
from authentik.policies.models import PolicyBinding
from authentik.root.celery import CELERY_APP
LOGGER = get_logger()