mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-21 14:05:16 +03:00
Fix small PEP8 problem.
This commit is contained in:
parent
692203f933
commit
e295f616ec
|
@ -76,6 +76,7 @@ class IntegrationTestPagination(TestCase):
|
||||||
self.assertEquals(response.data['next'], None)
|
self.assertEquals(response.data['next'], None)
|
||||||
self.assertNotEquals(response.data['previous'], None)
|
self.assertNotEquals(response.data['previous'], None)
|
||||||
|
|
||||||
|
|
||||||
class IntegrationTestPaginationAndFiltering(TestCase):
|
class IntegrationTestPaginationAndFiltering(TestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user