cleaning
This commit is contained in:
parent
127f4664e3
commit
e224234bb9
1 changed files with 2 additions and 1 deletions
|
|
@ -7,4 +7,5 @@ def sorter_deps(arr):
|
|||
for j in range(len(arr) - 1):
|
||||
if dep1_comparer(arr, j):
|
||||
dep2_swap(arr, j)
|
||||
return arr
|
||||
return arr
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue