isort is a weird utility. Who cares what order imports are in?
In python you app might have import order dependencies if code runs on import. So best to find those accidents early by resorting often, or if they you want that code to run on import, always import in same order.
Post
July 7, 2020