Apply suggestion from @aseembits93

This commit is contained in:
Aseem Saxena 2025-11-06 14:04:12 -08:00 committed by GitHub
parent 18a260cab6
commit dfd51285b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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