Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed May 7, 2024
1 parent 6fac92f commit cceaea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretalx_youtube/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django.contrib import messages
from django.utils.translation import gettext_lazy as _
from django.views.generic import FormView
from pretalx.common.mixins.views import PermissionRequired
from pretalx.common.views.mixins import PermissionRequired

from .api import YouTubeLinkWriteSerializer
from .forms import FileUploadForm, YouTubeUrlForm
Expand Down

0 comments on commit cceaea2

Please sign in to comment.