Fix other ImportErrors

This commit is contained in:
Connor Hack 2025-01-09 09:06:16 -08:00
parent dc801e827c
commit 5942dffa0f
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@
# the root directory of this source tree.
import pytest
from llama_stack.apis.common.type_system import JobStatus
from llama_stack.apis.common.job_types import JobStatus
from llama_stack.apis.post_training import (
Checkpoint,
DataConfig,