Closed this issue 9 years ago · 1 comments
Both
from foo import bar, \ baz from quux import quux
and
from foo import (bar, baz) from quux import quux
confuse the import folder (#56).
This is a dupe of #58.