diff --git a/awx/main/access.py b/awx/main/access.py index 3ab8696d11..9554348106 100644 --- a/awx/main/access.py +++ b/awx/main/access.py @@ -7,10 +7,9 @@ import sys import logging # Django -from django.db.models import F, Q +from django.db.models import Q from django.contrib.auth.models import User from django.contrib.contenttypes.models import ContentType -from django.db.models.aggregates import Max # Django REST Framework from rest_framework.exceptions import ParseError, PermissionDenied