fierce-fall-70380
01/27/2025, 8:23 PM16:08:26.39 [WARN] The target foo/bar.py imports `util`, but Pants cannot safely infer a dependency because more than one target owns this module, so it is ambiguous which to use: ['foo/util.py', 'baz/util.py', 'qux/util.py', 'quux/util.py', 'corge/util.py', 'grault/util.py', 'garply/util.py', 'waldo/util.py', 'fred/util.py', 'plugh/util.py', 'xyzzy/util.py'].
fierce-fall-70380
01/27/2025, 8:33 PMPANTS_PYTHON_INFER_AMBIGUITY_RESOLUTION
fierce-fall-70380
01/27/2025, 8:38 PMelegant-florist-94385
01/27/2025, 9:09 PMfoo/bar.py
what are you trying to import?
I would expect you should have import foo.util
or `import baz.util`so that there is no ambiguity anywaysfierce-fall-70380
01/27/2025, 9:10 PMimport util
and expect to pick it up from the local folder.fierce-fall-70380
01/27/2025, 9:11 PMelegant-florist-94385
01/27/2025, 9:11 PM