Remove unused import

This commit is contained in:
Mark Veidemanis 2023-03-07 17:00:01 +00:00
parent c702e6ecea
commit 8112119b7e
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
from django.contrib.auth.mixins import LoginRequiredMixin
from mixins.views import (
from mixins.views import ( # ObjectRead,
ObjectCreate,
ObjectDelete,
ObjectList,
ObjectRead,
ObjectUpdate,
)
from two_factor.views.mixins import OTPRequiredMixin