Skip to content

Commit 9538b55

Browse files
committed
remove invalid case
1 parent 6c91caa commit 9538b55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_frame.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ def test_types_setitem() -> None:
292292
df[5] = [5, 6]
293293
df[["col1", "col2"]] = [[1, 2], [3, 4]]
294294
df[s] = [5, 6]
295-
df["col1":"col2"] = [5, 6]
296295
df.loc[:, s] = [5, 6]
297296
df[[0, 1]] = [5, 6]
298297
df["col1"] = [5, 6]

0 commit comments

Comments
 (0)