Remove unused import
This commit is contained in:
parent
c702e6ecea
commit
8112119b7e
|
@ -1,9 +1,8 @@
|
||||||
from django.contrib.auth.mixins import LoginRequiredMixin
|
from django.contrib.auth.mixins import LoginRequiredMixin
|
||||||
from mixins.views import (
|
from mixins.views import ( # ObjectRead,
|
||||||
ObjectCreate,
|
ObjectCreate,
|
||||||
ObjectDelete,
|
ObjectDelete,
|
||||||
ObjectList,
|
ObjectList,
|
||||||
ObjectRead,
|
|
||||||
ObjectUpdate,
|
ObjectUpdate,
|
||||||
)
|
)
|
||||||
from two_factor.views.mixins import OTPRequiredMixin
|
from two_factor.views.mixins import OTPRequiredMixin
|
||||||
|
|
Loading…
Reference in New Issue