Skip to content

Commit

Permalink
Removing unused __init__ on PlaceholderImage
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Dec 16, 2015
1 parent 7e7756d commit 0163361
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions versatileimagefield/placeholder.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ class PlaceholderImage(object):

_image_data = empty

def __init__(self, file, name):
"""
`file` - A python file instance.
`name` - The desired filename of `file`.
"""
self.file = file
self.name = name

def setup(self):
if isinstance(self.file, ContentFile):
image_data = self.file
Expand Down

0 comments on commit 0163361

Please sign in to comment.