Files
OpenLLM/typings/nbformat/notebooknode.pyi
aarnphm-ec2-dev d37d14e52b fix(tests): mark package on CI to xfail
XXX: @aarnphm to solve build isolation when have bandwidth. Currently
this is not a problem when running locally.

`openllm build` just works, where as `openllm.build` won't work
sequentially.

Address some type stubs for jupytext

Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
2023-07-15 12:48:28 +00:00

8 lines
140 B
Python
Generated

from typing import Any
from ._struct import Struct
class NotebookNode(Struct): ...
def from_dict(d: dict[str, Any]) -> NotebookNode: ...