Skip to content

Commit f82ed4e

Browse files
Update dim2.py
Fix isort problem. Signed-off-by: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com>
1 parent f337f4e commit f82ed4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/base/dim2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
from pandas.core.dtypes.common import (
1010
is_bool_dtype,
11-
is_integer_dtype,
1211
is_complex_dtype,
12+
is_integer_dtype,
1313
)
1414

1515
import pandas as pd

0 commit comments

Comments
 (0)