Skip to content

Commit a5f274c

Browse files
committed
Removing unused code.
1 parent 1e93419 commit a5f274c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nodestream/pipeline/channel.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ class StepOutput:
100100
def __init__(self, channel: Channel) -> None:
101101
self.channel = channel
102102

103-
def register(self, name: str) -> None:
104-
"""Register the name of the step that will produce to this channel."""
105-
self.channel.register_output(name)
106-
107103
async def done(self):
108104
"""Mark the output channel as done.
109105

0 commit comments

Comments
 (0)