Skip to content

Commit

Permalink
fix type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Oct 9, 2023
1 parent 1ac10ab commit b6069c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Levenshtein/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def hamming(
s1: Sequence[Hashable],
s2: Sequence[Hashable],
*,
pad: bool = True,
processor: Optional[Callable] = None,
score_cutoff: Optional[float] = None,
) -> int: ...
Expand Down

0 comments on commit b6069c7

Please sign in to comment.