Skip to content

Commit 7656571

Browse files
committed
Change import sort order
1 parent aae6719 commit 7656571

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
@@ -10,8 +10,8 @@
1010
Holiday,
1111
Timestamp,
1212
USFederalHolidayCalendar,
13-
USThanksgivingDay,
1413
USLaborDay,
14+
USThanksgivingDay,
1515
get_calendar,
1616
)
1717

0 commit comments

Comments
 (0)