What do you mean by this? Are you indenting Python with tabs?
from application.module.modules import (
Model1, Model2, Model3, Model4, Model5, Model6
)
iSort handles this fine if you're using spaces for indentation. Two or more leading spaces on each line.[1]
[1] https://news.ycombinator.com/formatdoc