Skip to content

Commit fc34080

Browse files
committed
PEP8
1 parent b028827 commit fc34080

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/dtypes/test_cast.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
from pandas.core.dtypes.dtypes import (
2727
CategoricalDtype,
2828
DatetimeTZDtype,
29-
PeriodDtype,
30-
CategoricalDtype)
29+
PeriodDtype)
3130
from pandas.core.dtypes.common import (
3231
is_dtype_equal)
3332
from pandas.util import testing as tm

0 commit comments

Comments
 (0)