Skip to content

Commit 0722d98

Browse files
committed
remove no-longer necessary
1 parent e148e07 commit 0722d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tseries/holiday/test_holiday.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def test_holidays_with_timezone_specified_but_no_occurences():
321321
# GH 54580
322322
# _apply_rule() in holiday.py was silently dropping timezones if you passed it
323323
# an empty list of holiday dates that had timezone information
324-
start_date = Timestamp("2018-01-01", tz="America/Chicago").as_unit("ns")
324+
start_date = Timestamp("2018-01-01", tz="America/Chicago")
325325
end_date = Timestamp("2018-01-11", tz="America/Chicago")
326326
test_case = USFederalHolidayCalendar().holidays(
327327
start_date, end_date, return_name=True

0 commit comments

Comments
 (0)