Skip to content

Commit

Permalink
import RTUClient from the real source
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Oct 13, 2023
1 parent 253a58e commit c2cd1fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chatlab/builtins/noteable.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
import httpx
import orjson
import ulid
from origami.clients.api import APIClient, RTUClient
from origami.clients.api import APIClient
from origami.clients.rtu import RTUClient
from origami.models.api.outputs import KernelOutput, KernelOutputContent
from origami.models.kernels import KernelSession
from origami.models.notebook import CodeCell, MarkdownCell, make_sql_cell
Expand Down

0 comments on commit c2cd1fa

Please sign in to comment.