From 7700987abc4bb42df6adfd7e60aeaebcfdcb0dd3 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Thu, 29 Sep 2016 11:33:41 -0400 Subject: [PATCH] STY: Remove extra whitespace. --- zipline/utils/calendars/trading_calendar.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zipline/utils/calendars/trading_calendar.py b/zipline/utils/calendars/trading_calendar.py index 74239451..0197ece1 100644 --- a/zipline/utils/calendars/trading_calendar.py +++ b/zipline/utils/calendars/trading_calendar.py @@ -826,7 +826,6 @@ def days_at_time(days, t, tz, day_offset=0): Example ------- - In the example below, the times switch from 13:45 to 12:45 UTC because March 13th is the daylight savings transition for US/Eastern. All the times are still 8:45 when interpreted in US/Eastern.