mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
flake8
This commit is contained in:
parent
a1202a20ab
commit
c0245317b3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user