Apply suggestion from @aseembits93
This commit is contained in:
parent
18a260cab6
commit
dfd51285b0
1 changed files with 2 additions and 1 deletions
|
|
@ -38,4 +38,5 @@ class BubbleSorter:
|
|||
arr[j] = arr[j + 1]
|
||||
arr[j + 1] = temp
|
||||
print("stderr test staticmethod", file=sys.stderr)
|
||||
return arr
|
||||
return arr
|
||||
|
||||
Loading…
Reference in a new issue