Skip to content

Commit 4222c83

Browse files
Update pandas/core/base.py
Co-authored-by: Simon Hawkins <[email protected]>
1 parent e0b1657 commit 4222c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class SelectionMixin:
155155
Sub-classes need to define: obj, exclusions
156156
"""
157157

158-
obj: Any
158+
obj: Any # TODO: refine this type, should NOT be Any
159159
"""Target object for the selection and aggregation."""
160160
# GH 38239
161161
# TODO obj here must be typed as FrameOrSeriesUnion,

0 commit comments

Comments
 (0)