mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-11 12:00:50 +08:00
eliminated special handling for non-blocking components.
This commit is contained in:
@@ -503,13 +503,6 @@ class Component(object):
|
||||
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
@property
|
||||
def is_blocking(self):
|
||||
"""
|
||||
True if a zipline be held open for this component.
|
||||
"""
|
||||
return False
|
||||
|
||||
@property
|
||||
def get_pure(self):
|
||||
|
||||
Reference in New Issue
Block a user