Skip to content

Commit 809efc1

Browse files
committed
pytest
1 parent a725b1a commit 809efc1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/indexes/test_indexes.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,7 @@ def test_range_index_union() -> None:
279279
pd.Index,
280280
int,
281281
)
282-
check(
283-
assert_type(pd.RangeIndex(0, 10).union(["a", "b", "c"]), pd.Index),
284-
pd.Index,
285-
str,
286-
)
282+
check(assert_type(pd.RangeIndex(0, 10).union(["a", "b", "c"]), pd.Index), pd.Index)
287283

288284

289285
def test_index_union_sort() -> None:

0 commit comments

Comments
 (0)