We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d319227 commit 63c2dfbCopy full SHA for 63c2dfb
tests/playwright/shiny/bookmark/chat/client_state/app.py
@@ -27,7 +27,7 @@ class RepeaterClient:
27
A simple chat client repeater that echoes back the user's input.
28
"""
29
30
- def __init__(self, *, messages: list[str] = []):
+ def __init__(self, *, messages: list[str]):
31
self.messages = messages
32
33
def append_message(self, message: str) -> str:
0 commit comments