5 lines
153 B
Python
5 lines
153 B
Python
def test_import():
|
|
# FIXME: Remove this test in the future once the follow-ups from #3076
|
|
# are handled.
|
|
import shap.benchmark # noqa: F401
|