mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
Flake8 fix.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
# Django REST Framework
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user