mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Remove blank lines
This commit is contained in:
parent
81f36d48d3
commit
733bf96a71
1 changed files with 0 additions and 2 deletions
|
|
@ -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`
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue