Removed really an unused Class, really

This commit is contained in:
Götz 2019-05-15 20:36:25 +02:00
parent a9380fe6fb
commit e2b35b14de

View File

@ -12,7 +12,7 @@ from django.shortcuts import render, redirect
from django.utils.translation import gettext as _
from ldap import ALREADY_EXISTS, OBJECT_CLASS_VIOLATION
from account_helper.models import Realm, DeletedUser
from account_helper.models import Realm
from account_manager.forms import AddLDAPUserForm, UserDeleteListForm, UpdateLDAPUserForm, AdminUpdateLDAPUserForm, \
UserGroupListForm
from account_manager.main_views import is_realm_admin