Skip to content

Commit 9506fef

Browse files
fix isort
1 parent 6e8eaff commit 9506fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/base/interface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
from pandas.core.dtypes.common import is_extension_array_dtype
66
from pandas.core.dtypes.dtypes import ExtensionDtype
7-
import pandas.util.testing as tm
87

98
import pandas as pd
9+
import pandas.util.testing as tm
1010

1111
from .base import BaseExtensionTests
1212

0 commit comments

Comments
 (0)