Hey, Is it possible to ignore a python import stat...
# general
m
Hey, Is it possible to ignore a python import statement for the dependency resolving?
f
from https://www.pantsbuild.org/docs/reference-python-infer:
To ignore a false positive, you can either put
# pants: no-infer-dep
on the line of the import or put
!{bad_address}
in the
dependencies
field of your target.