Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed May 24, 2024
1 parent 6104fee commit 4ea9370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretalx_pages/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
UpdateView,
)
from i18nfield.forms import I18nModelForm
from pretalx.common.views.mixins import EventPermissionRequired
from pretalx.common.templatetags.rich_text import (
ALLOWED_ATTRIBUTES,
ALLOWED_PROTOCOLS,
ALLOWED_TAGS,
md,
)
from pretalx.common.views.mixins import EventPermissionRequired

from .models import Page

Expand Down

0 comments on commit 4ea9370

Please sign in to comment.