Skip to content

Commit 7c93d09

Browse files
cpsievertCopilot
andauthored
fix(pkg-py): .server() now returns reactives, making them truly session-specific (#116)
* fix(pkg-py): .server() now returns reactives, making them truly session-specific * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 94fbd75 commit 7c93d09

File tree

9 files changed

+191
-190
lines changed

9 files changed

+191
-190
lines changed
File renamed without changes.

pkg-py/src/querychat/_deprecated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import sqlalchemy
1212
from narwhals.stable.v1.typing import IntoFrame
1313

14-
from .datasource import DataSource
14+
from ._datasource import DataSource
1515

1616

1717
def init(

0 commit comments

Comments
 (0)