Skip to content

Commit 1723d70

Browse files
committed
Fix another mypy error
1 parent 3290518 commit 1723d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ class _MergeOperation:
938938
"""
939939

940940
_merge_type = "merge"
941-
how: JoinHow | Literal["asof"]
941+
how: JoinHow | Literal["left_anti", "right_anti", "asof"]
942942
on: IndexLabel | None
943943
# left_on/right_on may be None when passed, but in validate_specification
944944
# get replaced with non-None.

0 commit comments

Comments
 (0)