Skip to content

Commit 03edbbe

Browse files
committed
.
1 parent ac94ffd commit 03edbbe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

storey/flow.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -725,11 +725,7 @@ def __init__(self, long_running=None, **kwargs):
725725
raise ValueError("long_running=True cannot be used in conjunction with a coroutine do()")
726726
self._long_running = long_running
727727
self._filter = False
728-
729-
def _init(self):
730-
# Ensure _name_to_outlet is built to support set_next_outlets()
731728
self._create_name_to_outlet = True
732-
super()._init()
733729

734730
def filter(self):
735731
# used in the .do() code to signal filtering

0 commit comments

Comments
 (0)