Skip to content

Commit b2a64bb

Browse files
committed
remove unnecessary import
1 parent 5f76e19 commit b2a64bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/extension/test_arrow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3624,8 +3624,6 @@ def test_ops_with_nan_is_na(using_nan_is_na):
36243624

36253625
def test_setitem_float_nan_is_na(using_nan_is_na):
36263626
# GH#61732
3627-
import pyarrow as pa
3628-
36293627
ser = pd.Series([-1, 0, 1], dtype="int64[pyarrow]")
36303628

36313629
if using_nan_is_na:

0 commit comments

Comments
 (0)