Skip to content

Commit 400546f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sorts/shell_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ def shell_sort(collection: list[int]) -> list[int]:
4040
testmod()
4141
user_input = input("Enter numbers separated by a comma:\n").strip()
4242
unsorted = [int(item) for item in user_input.split(",")]
43-
print(shell_sort(unsorted))
43+
print(shell_sort(unsorted))

0 commit comments

Comments
 (0)