Commit 4b59681c by Luis San Pablo

Fixed Class Newlines

parent 84b5e41a
...@@ -207,6 +207,7 @@ class TestManyRelatedField(APISimpleTestCase): ...@@ -207,6 +207,7 @@ class TestManyRelatedField(APISimpleTestCase):
mvd = MultiValueDict({'baz': ['bar1', 'bar2']}) mvd = MultiValueDict({'baz': ['bar1', 'bar2']})
assert empty == self.field.get_value(mvd) assert empty == self.field.get_value(mvd)
class TestHyperlink: class TestHyperlink:
def setup(self): def setup(self):
self.default_hyperlink = serializers.Hyperlink('http://example.com', 'test') self.default_hyperlink = serializers.Hyperlink('http://example.com', 'test')
......
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