From 63ea5f01788bf56c5031b88a17c876d562a8801e Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sat, 4 May 2024 14:17:50 +0800 Subject: [PATCH] rua --- ica-rs/ica_typing.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ica-rs/ica_typing.py b/ica-rs/ica_typing.py index 857fd87..8f08f45 100644 --- a/ica-rs/ica_typing.py +++ b/ica-rs/ica_typing.py @@ -149,15 +149,15 @@ class IcaClient: ... @property - def status() -> IcaStatus: + def status(self) -> IcaStatus: ... @property - def version() -> str: + def version(self) -> str: ... @property - def ica_version() -> str: + def ica_version(self) -> str: """shenbot ica 的版本号""" - + ... def debug(self, message: str) -> None: """向日志中输出调试信息""" ...