Skip to content

Commit 50e3583

Browse files
committed
Refactor flash_sort.py to resolve Ruff check errors
1 parent 6518ffa commit 50e3583

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sorts/flash_sort.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Ensures compatibility with future Python versions (optional)
21
from __future__ import annotations
3-
4-
# Import for function type hinting
52
from collections.abc import Callable
63

74
"""

0 commit comments

Comments
 (0)