Skip to content

Commit

Permalink
Remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yetty committed Aug 22, 2013
1 parent 81f36d4 commit 733bf96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions embed_video/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

class EmbedVideoField(models.URLField):
"""
Model field for embeded video. Descendant of
:py:class:`django.db.models.URLField`.
"""
Expand All @@ -32,7 +31,6 @@ def south_field_triple(self):

class EmbedVideoFormField(forms.URLField):
"""
Form field for embeded video. Descendant of
:py:class:`django.forms.URLField`
"""
Expand Down

0 comments on commit 733bf96

Please sign in to comment.