{{ message }}
Commit 20a4fdf
authored
[mypy] Fix type annotations for strings (TheAlgorithms#4637)
* Fix mypy error for can_string_be_rearranged_as_pal
* Fix mypy error for levenshtein_distance.py
* Fix mypy error for word_patterns.py
* Fix mypy error for word_occurrence.py1 parent 9cb5760 commit 20a4fdf
4 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||

0 commit comments