Skip to content

Commit be6ff22

Browse files
committed
mypy fixup
1 parent 148afe8 commit be6ff22

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
@@ -738,7 +738,7 @@ ReplaceValue: TypeAlias = (
738738
| Pattern
739739
| NAType
740740
| Sequence[Scalar | Pattern]
741-
| Mapping[Scalar | Pattern, Scalar]
741+
| Mapping[Hashable, Scalar]
742742
| Series[Any]
743743
| None
744744
)

0 commit comments

Comments
 (0)