Skip to content

Commit 74d8ebf

Browse files
committed
Fixing build CI
1 parent 915dd62 commit 74d8ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This extension provides the foundational message routing functionality for Jupyt
1313
```python
1414
# The router is available in other extensions via settings
1515
router = self.serverapp.web_app.settings.get("jupyter-ai", {}).get("router")
16-
16+
1717
# Register callbacks for different event types
1818
def on_new_chat(room_id: str, ychat: YChat):
1919
print(f"New chat connected: {room_id}")

0 commit comments

Comments
 (0)