mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-13 05:06:53 +03:00
Fixed Class Newlines
This commit is contained in:
parent
84b5e41af8
commit
4b59681c60
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user