mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-28 11:18:19 +08:00
MAINT: Remove unused functions.
Found no references to these functions, so remove.
This commit is contained in:
@@ -60,13 +60,3 @@ def assert_trade_protocol(event):
|
||||
def assert_datasource_unframe_protocol(event):
|
||||
"""Assert that an event is valid output of zp.DATASOURCE_UNFRAME."""
|
||||
assert event.type in DATASOURCE_TYPE
|
||||
|
||||
|
||||
def assert_sort_protocol(event):
|
||||
"""Assert that an event is valid input to zp.FEED_FRAME."""
|
||||
assert event.type in DATASOURCE_TYPE
|
||||
|
||||
|
||||
def assert_sort_unframe_protocol(event):
|
||||
"""Same as above."""
|
||||
assert event.type in DATASOURCE_TYPE
|
||||
|
||||
Reference in New Issue
Block a user