Skip to content

Commit 5bca8c7

Browse files
committed
condensed type_checking import statement to 1 line
1 parent bdbb555 commit 5bca8c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tseries/holiday.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
datetime,
55
timedelta,
66
)
7-
from typing import (
8-
TYPE_CHECKING,
9-
)
7+
from typing import TYPE_CHECKING
108
import warnings
119

1210
from dateutil.relativedelta import (

0 commit comments

Comments
 (0)