Skip to content

Commit

Permalink
Remove arg for noop
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Corsaro committed Mar 22, 2016
1 parent d7218f4 commit 25bcbb0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tubing/tubes.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,5 @@ class Noop(object):
Noop is useful for buffering. Set chunksize for upstream
sinks.
"""

def __init__(self, fn):
self.fn = fn

def transform(self, chunk):
return chunk

0 comments on commit 25bcbb0

Please sign in to comment.