Skip to content

Commit

Permalink
make fix
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jan 30, 2019
1 parent d4d00e2 commit 6f96889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/avatar/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def __str__(self):
"""Return the str representing this avatar."""
return f"{self.profile} created {self.created_on}"


@property
def avatar_url(self):
"""Return the appropriate avatar URL."""
Expand Down

0 comments on commit 6f96889

Please sign in to comment.