How to separate from
imports and import
imports into distinct sections?
#2380
Labels
question
Further information is requested
I've tried using
lines_between_types
but this parameter seems to have no effect. I've also tried usinglines_between_sections
but this separates imports into separate sections depending on if the imported module is std lib, 3rd party lib, or a project level module, but it groups theirfrom
imports andimport
imports together. Is there any way I can achieve this?The text was updated successfully, but these errors were encountered: