Cleanup sorting code
Put sort directly into for loop; don't bother with giving it a variable. Use named argument instead of relying on positional one.
Loading
Please register or sign in to comment
Put sort directly into for loop; don't bother with giving it a variable. Use named argument instead of relying on positional one.