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 5a4f24b commit d331d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretalx_public_voting/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from django.views.generic.edit import FormView
from django.views.generic.list import ListView
from django_context_decorator import context
from pretalx.common.mixins.views import PermissionRequired
from pretalx.common.views.mixins import PermissionRequired
from pretalx.submission.models import Submission, SubmissionStates

from .exporters import PublicVotingCSVExporter
Expand Down

0 comments on commit d331d65

Please sign in to comment.