We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8eaff commit 9506fefCopy full SHA for 9506fef
pandas/tests/extension/base/interface.py
@@ -4,9 +4,9 @@
4
5
from pandas.core.dtypes.common import is_extension_array_dtype
6
from pandas.core.dtypes.dtypes import ExtensionDtype
7
-import pandas.util.testing as tm
8
9
import pandas as pd
+import pandas.util.testing as tm
10
11
from .base import BaseExtensionTests
12
0 commit comments