Skip to content

Commit 85d6656

Browse files
committed
type dtype too
1 parent 90b2f22 commit 85d6656

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas-stubs/core/indexes/base.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ from pandas._typing import (
5050
ArrayLike,
5151
AxesData,
5252
DropKeep,
53+
Dtype,
5354
DtypeArg,
5455
DTypeLike,
5556
DtypeObj,
@@ -252,7 +253,7 @@ class Index(IndexOpsMixin[S1]):
252253
cls,
253254
data: AxesData,
254255
*,
255-
dtype=...,
256+
dtype: Dtype = ...,
256257
copy: bool = ...,
257258
name: Hashable = ...,
258259
tupleize_cols: bool = ...,

0 commit comments

Comments
 (0)