Skip to content

Commit

Permalink
de-flake models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Houseknecht committed Oct 25, 2017
1 parent 78f84d9 commit 48daada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion galaxy/main/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def __unicode__(self):
return unicode("%s (alias of %s)" % (self.alias_name, self.alias_of.username))



class Video(PrimordialModel):
class Meta:
verbose_name = "videos"
Expand Down

0 comments on commit 48daada

Please sign in to comment.