Files
mlflow--mlflow/tests/utils/test_resources/dummy_package/base.py
T
2026-07-13 13:22:34 +08:00

4 lines
151 B
Python

# This call should import the **system** operator, not the dummy_package.operator
# module that is adjacent to this file
import operator # noqa: F401