1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2025-06-07 10:02:23 +00:00

Fix imports

This commit is contained in:
Tobias Kunze 2024-08-09 11:12:16 +02:00
parent c9e72db1f7
commit 7c05357067
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
from django.views.generic import FormView
from pretalx.common.mixins.views import PermissionRequired
from pretalx.common.views.mixins import PermissionRequired
from ..forms import BroadcastToolsSettingsForm