From 84c44de410185ef9bc6a7bd0a7794cc010637eb2 Mon Sep 17 00:00:00 2001 From: chenyushuo <297086016@qq.com> Date: Wed, 23 Oct 2024 20:31:27 +0800 Subject: [PATCH] precommit fix --- tests/environment_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/environment_test.py b/tests/environment_test.py index 269ccdbf7..636cc5ca5 100644 --- a/tests/environment_test.py +++ b/tests/environment_test.py @@ -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: