Skip to content

Commit b875ad2

Browse files
typing: __setstate__ no longer final
1 parent 022de21 commit b875ad2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/generic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2062,7 +2062,6 @@ def __getstate__(self) -> dict[str, Any]:
20622062
**meta,
20632063
}
20642064

2065-
@final
20662065
def __setstate__(self, state) -> None:
20672066
if isinstance(state, BlockManager):
20682067
self._mgr = state

0 commit comments

Comments
 (0)