Skip to content

Commit

Permalink
Remove dependencies property
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol committed May 20, 2016
1 parent 99b9b9a commit 893174f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spreadflow_thumbor/proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,3 @@ def __call__(self, item, send):
item['data'][oid][self.destkey] = self.service.generate_url(options)

send(item, self)

@property
def dependencies(self):
yield (self, self.service)

0 comments on commit 893174f

Please sign in to comment.