mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-07 11:20:19 +08:00
Fixed catalyst tests except example tests
This commit is contained in:
@@ -2,7 +2,7 @@ from unittest import TestCase
|
||||
|
||||
from pandas import Timestamp, Timedelta
|
||||
|
||||
from zipline.utils.cache import CachedObject, Expired, ExpiringCache
|
||||
from catalyst.utils.cache import CachedObject, Expired, ExpiringCache
|
||||
|
||||
|
||||
class CachedObjectTestCase(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user