Skip to content

Commit c5f11ab

Browse files
authored
CI: mypy fixup for #32261 (#32438)
1 parent 690e382 commit c5f11ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/core/internals/managers.py

+3
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ class BlockManager(PandasObject):
122122
"_blklocs",
123123
]
124124

125+
_blknos: np.ndarray
126+
_blklocs: np.ndarray
127+
125128
def __init__(
126129
self,
127130
blocks: Sequence[Block],

0 commit comments

Comments
 (0)