Open mangelozzi opened 1 year ago
I can actually reproduce with the first snippet but not with the last one.
T.i.
from ...import build
from ...import build as build_
both get removed, but with an added space:
from ... import build
from ... import build as build_
they stay intact.
I tried to test it with the try online tool but it just freezes on "loading".
Heres the code before
isort
:After isort, it removes the
build
import:I tried:
But it still gets removed