Skip to content

Commit 7961ea3

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sorts/sleepsort.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
import thread
21
from time import sleep
2+
3+
import thread
4+
35
items = []
46
n = int(input())
57
for i in range(0,n):

0 commit comments

Comments
 (0)