Skip to content

Commit e6e020e

Browse files
committed
Refactor flash_sort.py to resolve ruff check erros
1 parent d6da2d6 commit e6e020e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sorts/flash_sort.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,5 @@ def flash_sort(self) -> None:
9696
unsorted = [int(item.strip()) for item in user_input.split(",")]
9797
sorter = FlashSort(unsorted, n_classes=5)
9898
sorter.flash_sort()
99-
print(unsorted)
99+
print(unsorted)
100+

0 commit comments

Comments
 (0)