Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Feb 10, 2025
1 parent 7929ccc commit 605df98
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions smartmin/views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import json
import operator
from functools import reduce
from urllib.parse import quote as urlquote
Expand All @@ -19,8 +18,6 @@
from django.views.generic.base import TemplateView
from django.views.generic.edit import CreateView, FormView, ModelFormMixin, ProcessFormView, UpdateView

from smartmin.mixins import NonAtomicMixin

from . import widgets


Expand Down
2 changes: 0 additions & 2 deletions test_runner/blog/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ def perms(g):
"blog.category_update",
"blog.post_author",
"blog.post_create",
"blog.post_csv_import",
"blog.post_delete",
"blog.post_exclude",
"blog.post_exclude2",
Expand Down Expand Up @@ -555,7 +554,6 @@ def perms(g):
"auth.user_profile",
"blog.post_author",
"blog.post_create",
"blog.post_csv_import",
"blog.post_delete",
"blog.post_exclude",
"blog.post_exclude2",
Expand Down
1 change: 0 additions & 1 deletion test_runner/blog/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class PostCRUDL(SmartCRUDL):
"readonly",
"readonly2",
"messages",
"csv_import",
"by_uuid",
"refresh",
"no_refresh",
Expand Down
1 change: 0 additions & 1 deletion test_runner/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
"readonly",
"readonly2",
"messages",
"csv_import",
"list_no_pagination",
),
"auth.user": ("profile",),
Expand Down

0 comments on commit 605df98

Please sign in to comment.