mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-16 21:37:59 +08:00
6 lines
98 B
Python
6 lines
98 B
Python
from .mlflow_model_fixture import FakeModel
|
|
|
|
|
|
def _load_pyfunc(data_path):
|
|
return FakeModel()
|