Merge pull request #1655 from quantopian/fix-py3-error

BUG: fix a py3 invalid char
This commit is contained in:
Jean Bredeche
2017-01-19 21:03:28 -05:00
committed by GitHub
+1 -1
View File
@@ -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"
)