Skip to content

Commit c517b60

Browse files
WillAydSeeminSyed
authored andcommitted
CI: mypy fixup for pandas-dev#32261 (pandas-dev#32438)
1 parent d8bdc59 commit c517b60

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)