We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96a475 commit 2df462aCopy full SHA for 2df462a
pandas-stubs/_typing.pyi
@@ -612,7 +612,7 @@ AggFuncTypeDict: TypeAlias = (
612
AggFuncTypeDictSeries[HashableT, P] | AggFuncTypeDictFrame[HashableT, P]
613
)
614
AggFuncType: TypeAlias = (
615
- AggFuncTypeBase[P] | Sequence[AggFuncTypeBase[P]] | AggFuncTypeDict
+ AggFuncTypeBase[P] | Sequence[AggFuncTypeBase[P]] | AggFuncTypeDict[HashableT, P]
616
617
618
# Not used in stubs
0 commit comments