Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard committed Dec 13, 2024
1 parent 6d82140 commit f19e4dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress/e2e/readme/main.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
import chainlit as cl # noqa: F401

@cl.on_message
async def on_message(msg):
pass

0 comments on commit f19e4dd

Please sign in to comment.