Skip to content

Commit 5cbfec6

Browse files
committed
Remove spaces from blank line
1 parent 082d674 commit 5cbfec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tseries/holiday/test_calendar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_rule_from_name():
8383
us_fed_cal = get_calendar("USFederalHolidayCalendar")
8484
assert us_fed_cal.rule_from_name("Thanksgiving") == USThanksgivingDay
8585

86-
86+
8787
def test_calendar_2031():
8888
# See gh-27790
8989
#

0 commit comments

Comments
 (0)