Skip to content

Commit

Permalink
precommit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyushuo committed Oct 23, 2024
1 parent dfa5606 commit 84c44de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/environment_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__( # pylint: disable=W0613
) -> None:
super().__init__(name=name)
self.room = None
self.introduction = ''
self.introduction = ""
self.event_list = []

def join(self, room: ChatRoom) -> bool:
Expand Down

0 comments on commit 84c44de

Please sign in to comment.