remove duplicate BaseUsersList

This commit is contained in:
Wayne Witzel III
2018-10-03 09:27:43 -04:00
parent 198a0db808
commit 1b465c4ed9
2 changed files with 1 additions and 20 deletions

View File

@@ -18,7 +18,7 @@ import six
# Django
from django.conf import settings
from django.core.exceptions import FieldError, ObjectDoesNotExist
from django.db.models import Q, Count
from django.db.models import Q
from django.db import IntegrityError, transaction, connection
from django.shortcuts import get_object_or_404
from django.utils.encoding import smart_text