mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 21:41:24 +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
|
||||
three_oh_six_am_minutes = days_at_time(
|
||||
self.equity_minute_bar_days,
|
||||
time(3, 06),
|
||||
time(3, 6),
|
||||
"US/Eastern"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user