fix: import nbformat for playground

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2023-10-04 19:21:14 -04:00
parent a0e0f81306
commit d2a2af3ee2

View File

@@ -9,6 +9,7 @@ import tempfile
import typing as t
import click
import nbformat
import yaml
from openllm import playground
@@ -19,7 +20,6 @@ from openllm_core.utils import is_notebook_available
if t.TYPE_CHECKING:
import jupytext
import nbformat
from openllm_core._typing_compat import DictStrAny