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