mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-05 12:50:21 +08:00
Changes import to use tuple-like syntax.
This commit is contained in:
@@ -20,9 +20,10 @@ import logbook
|
||||
|
||||
from collections import deque
|
||||
from zipline import ndict
|
||||
from zipline.gens.utils import \
|
||||
assert_datasource_unframe_protocol, \
|
||||
from zipline.gens.utils import (
|
||||
assert_datasource_unframe_protocol,
|
||||
assert_sort_protocol
|
||||
)
|
||||
|
||||
log = logbook.Logger('Sorting')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user