Skip to content

Commit 720ca43

Browse files
committed
fixing linting.formatting
1 parent c1f4735 commit 720ca43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/test_dtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
is_string_dtype,
2121
)
2222
from pandas.core.dtypes.dtypes import (
23+
ArrowDtype,
2324
CategoricalDtype,
2425
DatetimeTZDtype,
2526
IntervalDtype,
2627
PeriodDtype,
27-
ArrowDtype,
2828
)
2929

3030
import pandas as pd

0 commit comments

Comments
 (0)