update type annotation

This commit is contained in:
youkaichao
2023-04-15 22:04:05 +08:00
parent 1073954fb7
commit afd2c5e2c6
3 changed files with 14 additions and 13 deletions

View File

@@ -72,7 +72,7 @@ def get_response(
timeout (int): The timeout for the HTTP request
Returns:
tuple[None, str] | tuple[Response, None]: The response and error message
Tuple[None, str] | Tuple[Response, None]: The response and error message
Raises:
ValueError: If the URL is invalid