Nothing at all

This commit is contained in:
Iam54r1n4
2025-02-04 16:30:25 +00:00
parent a7d1159876
commit 668f3504df

View File

@ -95,6 +95,6 @@ def __parse_server_status(server_info: str) -> ServerStatusResponse:
# Validate required fields
try:
return ServerStatusResponse(**data)
return ServerStatusResponse(**data) # type: ignore
except Exception as e:
raise ValueError(f'Invalid or incomplete server info: {e}')