Categories
Is it possible to set auto import in PyCharm to wrap it in parentheses?
By default, pycharm does this:
from M import a, b, c, \ e,d,f
from M import ( a, b, c, e, d, f, )
Answer the question
In order to leave comments, you need to log in
settings -> editor -> code style -> python -> wrapping and braces -> "from" import statements -> Force parentheses if multiline
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question