blob: e0c9eacc5192cfc839580846ab36771c40c6a25d [file] [log] [blame]
from natsort import natsorted
def natural_plus(*args, **kwargs) -> str:
"""An even more natural sorting order for isort using natsort."""
return natsorted(*args, **kwargs)