Replies: 1 comment
-
As all your imports are from the same module
If you want to group them all into a single block, you can set: combine_as_imports = true in your Also, the command you're using appears to be incorrect, make sure to define the profile Hope this will help you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Command:
isort --profile b.py
Before
b.py
:After
b.py
.a.py
Beta Was this translation helpful? Give feedback.
All reactions