mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
Flake8 fix.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Django REST Framework
|
# Django REST Framework
|
||||||
from rest_framework import pagination
|
from rest_framework import pagination
|
||||||
from rest_framework.utils.urls import remove_query_param, replace_query_param
|
from rest_framework.utils.urls import replace_query_param
|
||||||
|
|
||||||
|
|
||||||
class Pagination(pagination.PageNumberPagination):
|
class Pagination(pagination.PageNumberPagination):
|
||||||
|
|||||||
Reference in New Issue
Block a user