Skip to content

Commit 63c2dfb

Browse files
committed
lint
1 parent d319227 commit 63c2dfb

File tree

1 file changed

+1
-1
lines changed
  • tests/playwright/shiny/bookmark/chat/client_state

1 file changed

+1
-1
lines changed

tests/playwright/shiny/bookmark/chat/client_state/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class RepeaterClient:
2727
A simple chat client repeater that echoes back the user's input.
2828
"""
2929

30-
def __init__(self, *, messages: list[str] = []):
30+
def __init__(self, *, messages: list[str]):
3131
self.messages = messages
3232

3333
def append_message(self, message: str) -> str:

0 commit comments

Comments
 (0)