diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-25 02:59:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-25 02:59:48 +0000 |
commit | ec14b3742103754d9022782587d0b5cf2f9fd1e3 (patch) | |
tree | b3496f24575e063a780a133dfc86eca7a51fb290 /typing-stubs/Levenshtein | |
parent | Releasing progress-linux version 0.1.28-0.0~progress7.99u1. (diff) | |
download | debputy-ec14b3742103754d9022782587d0b5cf2f9fd1e3.tar.xz debputy-ec14b3742103754d9022782587d0b5cf2f9fd1e3.zip |
Merging upstream version 0.1.29.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'typing-stubs/Levenshtein')
-rw-r--r-- | typing-stubs/Levenshtein/__init__.pyi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/typing-stubs/Levenshtein/__init__.pyi b/typing-stubs/Levenshtein/__init__.pyi new file mode 100644 index 0000000..a028706 --- /dev/null +++ b/typing-stubs/Levenshtein/__init__.pyi @@ -0,0 +1 @@ +def distance(a: str, b: str) -> int: ... |