Skip to content

Commit a789aeb

Browse files
committed
Fix the quart example for new repo structure. fix #7
1 parent 972209d commit a789aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quart/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# "quart",
55
# ]
66
# [tool.uv.sources]
7-
# datastar-py = { path = "../../../sdk/python" }
7+
# datastar-py = { path = "../../" }
88
# ///
99

1010
import asyncio

0 commit comments

Comments
 (0)