Skip to content

Commit 83cd16a

Browse files
committed
Undo newline
1 parent 5de29d6 commit 83cd16a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/internals/managers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,6 @@ def setitem(self, indexer, value) -> Self:
598598
return self
599599
# No need to split if we either set all columns or on a single block
600600
# manager
601-
602601
self = self.copy(deep=True)
603602

604603
return self.apply("setitem", indexer=indexer, value=value)

0 commit comments

Comments
 (0)