Skip to content

Commit 2df462a

Browse files
committed
one missing case
1 parent d96a475 commit 2df462a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/_typing.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ AggFuncTypeDict: TypeAlias = (
612612
AggFuncTypeDictSeries[HashableT, P] | AggFuncTypeDictFrame[HashableT, P]
613613
)
614614
AggFuncType: TypeAlias = (
615-
AggFuncTypeBase[P] | Sequence[AggFuncTypeBase[P]] | AggFuncTypeDict
615+
AggFuncTypeBase[P] | Sequence[AggFuncTypeBase[P]] | AggFuncTypeDict[HashableT, P]
616616
)
617617

618618
# Not used in stubs

0 commit comments

Comments
 (0)