Hi! I'm running into some issues with python impor...
# general
f
Hi! I'm running into some issues with python import ambiguity resolution. Would love if someone could have a look https://github.com/pantsbuild/pants/issues/22458 Thanks!!
1
Sorry, I misunderstood the concept of a source root. I was actually trying to solve code in a tests subdirectory, which wasn't considered a root, and hence the ambiguity resolution failed. Ensuring the tests were a source root, solved this issue.
🎉 1