We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6be708 commit 21638d7Copy full SHA for 21638d7
pandas/tests/extension/test_string.py
@@ -31,7 +31,7 @@
31
from pandas.api.types import is_string_dtype
32
from pandas.core.arrays import ArrowStringArray
33
from pandas.core.arrays.string_ import StringDtype
34
-from pandas.tests.arrays.string_.test_string import string_dtype_highest_priority
+from pandas.tests.arithmetic.test_string import string_dtype_highest_priority
35
from pandas.tests.extension import base
36
37
0 commit comments