Merge pull request #369 from zyckk4/fix-type-hint

[Fix] 修复一处类型注解的错误
This commit is contained in:
Rock Chin 2023-04-03 13:39:56 +08:00 committed by GitHub
commit 3f8e380da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ class KeysManager:
self.auto_switch()
def auto_switch(self) -> (bool, str):
def auto_switch(self) -> tuple[bool, str]:
"""尝试切换api-key
Returns: