Skip to content

Commit 0808995

Browse files
committed
switched to less precise stub files
1 parent 85553bf commit 0808995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abydos/distance/_levenshtein.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _taper(self, pos: int, length: int) -> float:
111111

112112
def _alignment_matrix(
113113
self, src: str, tar: str, backtrace: bool = True
114-
) -> Union[np.ndarray[np.float_], Tuple[np.ndarray[np.float_], np.ndarray[np.int8]]]:
114+
) -> Union[np.ndarray, Tuple[np.ndarray, np.ndarray]]:
115115
"""Return the Levenshtein alignment matrix.
116116
117117
Parameters

0 commit comments

Comments
 (0)