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 a6dfb6d commit dfdabc1Copy full SHA for dfdabc1
pandas/tests/dtypes/test_common.py
@@ -3,10 +3,7 @@
3
import numpy as np
4
import pytest
5
6
-from pandas.compat import (
7
- HAS_PYARROW,
8
- pa_version_under10p1,
9
-)
+from pandas.compat import HAS_PYARROW
10
import pandas.util._test_decorators as td
11
12
from pandas.core.dtypes.astype import astype_array
0 commit comments