Skip to content

Commit e81e8c9

Browse files
committed
Remove unused import
1 parent 8540577 commit e81e8c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/tools/datetimes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
is_float,
2222
is_list_like,
2323
is_scalar,
24-
is_numeric_dtype,
25-
is_string_dtype)
24+
is_numeric_dtype)
2625
from pandas.core.dtypes.generic import (
2726
ABCIndexClass, ABCSeries,
2827
ABCDataFrame)

0 commit comments

Comments
 (0)