Code style

This commit is contained in:
Nik 2016-08-24 19:09:44 +03:00
parent 963cf95753
commit 7b7ef95004

View File

@ -232,7 +232,6 @@ class TestRouterGeneratedSchema(TestCase):
self.assertIn(post_action, response.data['example'].items())
@unittest.skipUnless(coreapi, 'coreapi is not installed')
class TestSchemaGenerator(TestCase):
def test_view(self):