Open
Description
I've tried using lines_between_types
but this parameter seems to have no effect. I've also tried using lines_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 their from
imports and import
imports together. Is there any way I can achieve this?