Skip to content

Commit 067a100

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sorts/shell_sort.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ def shell_sort(arr: list[int]) -> list[int]:
4848
gap //= 2
4949

5050
return arr
51-

0 commit comments

Comments
 (0)