mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-08 14:24:48 +03:00
Changed whitespace to satisfy the linter
This commit is contained in:
parent
08e2071d02
commit
6d067bcd65
|
@ -496,8 +496,7 @@ class TestLimitOffset:
|
||||||
assert queryset == []
|
assert queryset == []
|
||||||
assert content.get('next') == next_url
|
assert content.get('next') == next_url
|
||||||
assert context.get('page_links')[0] == \
|
assert context.get('page_links')[0] == \
|
||||||
PageLink('http://testserver/?limit={0}'.format(next_limit), 1, True, False)
|
PageLink('http://testserver/?limit={0}'.format(next_limit), 1, True, False)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class TestCursorPagination:
|
class TestCursorPagination:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user