mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
flake8
This commit is contained in:
parent
40147f28f8
commit
3ffefd30a3
@ -38,7 +38,6 @@ from rest_framework.permissions import AllowAny, IsAuthenticated
|
||||
from rest_framework.response import Response
|
||||
from rest_framework.settings import api_settings
|
||||
from rest_framework.views import exception_handler
|
||||
from rest_framework.pagination import CursorPagination
|
||||
from rest_framework import status
|
||||
|
||||
# Django REST Framework YAML
|
||||
|
||||
@ -8,7 +8,6 @@ import contextlib
|
||||
|
||||
# Django
|
||||
from django.db import models, transaction, connection
|
||||
from django.db.models import Q
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user