You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess it's a flavor of ambiguity whether fileA is assumed to be a non-module object in subdirA, or whether we can also be OK with maybe thinking fileA could also be a module.
👋
I come from pantsbuild land! I'm looking at trying to help world-model in this issue
One attempt was to specify each "known" module that we're going to supply (with
-p=...
) but ran into an interesting corner case.Given
Running
isort -p=subdir.fileA file.py
(wheresubdir.fileA
isn't in the sandbox we're runningisort
in) puts both imports together.Whereas:
doesn't.
The text was updated successfully, but these errors were encountered: