Fix small PEP8 problem.

This commit is contained in:
Ben Konrath 2012-10-11 11:32:51 +02:00
parent 692203f933
commit e295f616ec

View File

@ -76,6 +76,7 @@ class IntegrationTestPagination(TestCase):
self.assertEquals(response.data['next'], None)
self.assertNotEquals(response.data['previous'], None)
class IntegrationTestPaginationAndFiltering(TestCase):
def setUp(self):