Skip to content

Commit dfdabc1

Browse files
committed
update
1 parent a6dfb6d commit dfdabc1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/tests/dtypes/test_common.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
import numpy as np
44
import pytest
55

6-
from pandas.compat import (
7-
HAS_PYARROW,
8-
pa_version_under10p1,
9-
)
6+
from pandas.compat import HAS_PYARROW
107
import pandas.util._test_decorators as td
118

129
from pandas.core.dtypes.astype import astype_array

0 commit comments

Comments
 (0)