Commit e295f616 by Ben Konrath

Fix small PEP8 problem.

parent 692203f9
...@@ -76,6 +76,7 @@ class IntegrationTestPagination(TestCase): ...@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment