Removed unused imports

This commit is contained in:
Götz 2019-05-16 00:57:33 +02:00
parent f453d5745c
commit 10cda0783a

View File

@ -1,11 +1,12 @@
from django.core.exceptions import ObjectDoesNotExist
from django.core.management.base import BaseCommand, CommandError
from account_manager.models import LdapGroup, LdapUser
from account_helper.models import DeletedUser
from django.utils import timezone
from django.core import serializers
import json
from django.core.exceptions import ObjectDoesNotExist
from django.core.management.base import BaseCommand
from django.utils import timezone
from account_helper.models import DeletedUser
from account_manager.models import LdapGroup, LdapUser
class Command(BaseCommand):
help = 'Get and delete the deleted marked users'