Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
condensed type_checking import statement to 1 line
  • Loading branch information
sharkipelago committed Jun 10, 2025
commit 5bca8c708bfe664ecfdf174d5ac843e8221a95f0
4 changes: 1 addition & 3 deletions pandas/tseries/holiday.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
datetime,
timedelta,
)
from typing import (
TYPE_CHECKING,
)
from typing import TYPE_CHECKING
import warnings

from dateutil.relativedelta import (
Expand Down