From 4b59681c60ceec6128666c2825677353895aa9d6 Mon Sep 17 00:00:00 2001 From: Luis San Pablo Date: Fri, 4 Dec 2015 05:56:42 +0000 Subject: [PATCH] Fixed Class Newlines --- tests/test_relations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_relations.py b/tests/test_relations.py index 4107465f..9469cd06 100644 --- a/tests/test_relations.py +++ b/tests/test_relations.py @@ -207,6 +207,7 @@ class TestManyRelatedField(APISimpleTestCase): mvd = MultiValueDict({'baz': ['bar1', 'bar2']}) assert empty == self.field.get_value(mvd) + class TestHyperlink: def setup(self): self.default_hyperlink = serializers.Hyperlink('http://example.com', 'test')