Skip to content

Commit baf1a08

Browse files
committed
run ruff
1 parent 095577a commit baf1a08

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

bullet/bullet_admin/templates/bullet_admin/generic/denied.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Access denied
1212
{% endslot %}
1313
{% endaheader %}
14-
14+
1515
<p>You don't have access to this page. These were the permissions that we checked:</p>
1616

1717
<ul class="mt-6 ml-2 space-y-2">

bullet/bullet_admin/views/content.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from django.views.generic import CreateView, DeleteView, FormView, ListView, UpdateView
1111
from web.models import ContentBlock, Menu, Page, PageBlock
1212

13-
from bullet.views import FormAndFormsetMixin
1413
from bullet_admin.access import PermissionCheckMixin, is_country_admin
1514
from bullet_admin.forms.content import (
1615
ContentBlockForm,

bullet/bullet_admin/views/teams.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
from users.models.organizers import User
3838

3939
from bullet import search, settings
40-
from bullet.views import FormAndFormsetMixin
41-
from bullet_admin.access import AdminAccess
42-
from bullet.views import FormAndFormsetMixin
4340
from bullet_admin.access import (
4441
PermissionCheckMixin,
4542
is_admin,

0 commit comments

Comments
 (0)