mirror of
https://github.com/ansible/awx.git
synced 2026-05-01 06:35:26 -02:30
Fixing up some pep8 issues
This commit is contained in:
@@ -23,6 +23,7 @@ class PaginatedDecoratorTests(TestCase):
|
||||
# that the paginator wraps in the way we expect.
|
||||
class View(APIView):
|
||||
permission_classes = (AllowAny,)
|
||||
|
||||
@paginated
|
||||
def get(self, request, limit, ordering, offset):
|
||||
return ['a', 'b', 'c', 'd', 'e'], 26, None
|
||||
|
||||
Reference in New Issue
Block a user