Remove blank lines

This commit is contained in:
Juda Kaleta 2013-08-22 14:59:21 +02:00
parent 81f36d48d3
commit 733bf96a71

View file

@ -10,7 +10,6 @@ __all__ = ('EmbedVideoField', 'EmbedVideoFormField')
class EmbedVideoField(models.URLField):
"""
Model field for embeded video. Descendant of
:py:class:`django.db.models.URLField`.
"""
@ -32,7 +31,6 @@ class EmbedVideoField(models.URLField):
class EmbedVideoFormField(forms.URLField):
"""
Form field for embeded video. Descendant of
:py:class:`django.forms.URLField`
"""