Skip to content

Commit 0ba9781

Browse files
committed
chore(import): simplify
1 parent 7c44295 commit 0ba9781

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/series/test_properties.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
)
1919

2020
if TYPE_CHECKING:
21-
from pandas.core.indexes.accessors import ( # noqa: F401
22-
TimedeltaProperties,
23-
TimestampProperties,
24-
)
21+
from pandas.core.indexes.accessors import TimestampProperties # noqa: F401
2522

2623

2724
def test_dt_property() -> None:

0 commit comments

Comments
 (0)