Skip to content

Commit 13c9fb7

Browse files
committed
fix(pkg-py): .server() now returns reactives, making them truly session-specific
1 parent 94fbd75 commit 13c9fb7

File tree

9 files changed

+192
-191
lines changed

9 files changed

+192
-191
lines changed

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)