Skip to content

Commit bcf1e0d

Browse files
committed
fix the unused variable in the test_setops.py
1 parent dee7a47 commit bcf1e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/multi/test_setops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def test_difference(idx, sort):
196196

197197

198198
def test_multiindex_difference_pyarrow_timestamp():
199-
pa = pytest.importorskip("pyarrow")
199+
pytest.importorskip("pyarrow")
200200

201201
df = (
202202
DataFrame(

0 commit comments

Comments
 (0)