mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-25 13:10:33 +08:00
Fixed unittest2 import error on Python 2.7
Changed all unittest2 imports to unittest
This commit is contained in:
committed by
Eddie Hebert
parent
cc715b81ae
commit
cf4d7ca353
@@ -18,7 +18,7 @@ import numpy as np
|
||||
import pandas as pd
|
||||
|
||||
from datetime import timedelta, datetime
|
||||
from unittest2 import TestCase
|
||||
from unittest import TestCase
|
||||
|
||||
from zipline import ndict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user