Skip to content

Commit

Permalink
Merge pull request #95 from rgbkrk/fix-imports-to-match-rtuclient
Browse files Browse the repository at this point in the history
import RTUClient from the real source
  • Loading branch information
rgbkrk authored Oct 13, 2023
2 parents 253a58e + c2cd1fa commit 3f0193b
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 3f0193b

Please sign in to comment.