Skip to content

Commit 251a23f

Browse files
committed
Remove unused imports
1 parent 7929ccc commit 251a23f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

smartmin/views.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import json
21
import operator
32
from functools import reduce
43
from urllib.parse import quote as urlquote
@@ -19,7 +18,6 @@
1918
from django.views.generic.base import TemplateView
2019
from django.views.generic.edit import CreateView, FormView, ModelFormMixin, ProcessFormView, UpdateView
2120

22-
from smartmin.mixins import NonAtomicMixin
2321

2422
from . import widgets
2523

0 commit comments

Comments
 (0)