mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-09 11:19:23 +08:00
Merge pull request #1655 from quantopian/fix-py3-error
BUG: fix a py3 invalid char
This commit is contained in:
@@ -221,7 +221,7 @@ class TestMinuteBarData(WithCreateBarData,
|
|||||||
# some other non-market-minute
|
# some other non-market-minute
|
||||||
three_oh_six_am_minutes = days_at_time(
|
three_oh_six_am_minutes = days_at_time(
|
||||||
self.equity_minute_bar_days,
|
self.equity_minute_bar_days,
|
||||||
time(3, 06),
|
time(3, 6),
|
||||||
"US/Eastern"
|
"US/Eastern"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user