Skip to content

Commit 398e64b

Browse files
Update blocks.py
1 parent f3d4520 commit 398e64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/internals/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ def round(self, decimals: int) -> Self:
15221522
Caller is responsible for validating this
15231523
"""
15241524
if not self.is_numeric or self.is_bool:
1525-
return self.copy(deep=False)
1525+
return self.copy(deep=False)
15261526
values = self.values.round(decimals)
15271527

15281528
refs = None

0 commit comments

Comments
 (0)