We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbfec6 commit b65d551Copy full SHA for b65d551
pandas/tests/tseries/holiday/test_calendar.py
@@ -99,4 +99,4 @@ class testCalendar(AbstractHolidayCalendar):
99
workDay = offsets.CustomBusinessDay(calendar=cal)
100
Sat_before_Labor_Day_2031 = to_datetime('2031-08-30')
101
next_working_day = Sat_before_Labor_Day_2031 + 0 * workDay
102
- assert(next_working_day == to_datetime('2031-09-02'))
+ assert next_working_day == to_datetime('2031-09-02')
0 commit comments