Skip to content

Commit

Permalink
Merge pull request #1383 from quantopian/fix-holiday-calendar
Browse files Browse the repository at this point in the history
BUG: Fix HolidayCalendar init
  • Loading branch information
jbredeche committed Aug 9, 2016
2 parents 7b3f604 + ec441c5 commit 24f2ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipline/utils/calendars/trading_calendar.py
Expand Up @@ -824,4 +824,4 @@ def _overwrite_special_dates(midnight_utcs,

class HolidayCalendar(AbstractHolidayCalendar):
def __init__(self, rules):
super(HolidayCalendar, self).__init__(self, rules=rules)
super(HolidayCalendar, self).__init__(rules=rules)

0 comments on commit 24f2ef8

Please sign in to comment.