Skip to content

Commit d367ed3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1a05fcb commit d367ed3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

strings/rabin_karp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,3 @@ def rabin_karp_multi(text: str, patterns: Iterable[str]) -> Dict[str, List[int]]
106106
h = (h * BASE + ord(text[i + length])) % MOD
107107

108108
return result
109-

0 commit comments

Comments
 (0)