Skip to content

Commit

Permalink
fix: Typo in 714c119 using f-string (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
rapsealk committed Mar 4, 2024
1 parent 9e56e54 commit 23dd822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/backend/client/session.py
Expand Up @@ -68,7 +68,7 @@ async def _negotiate_api_version(
)
if server_version < MIN_API_VERSION:
warnings.warn(
"The server is too old ({server_version}) and does not meet the minimum API version"
f"The server is too old ({server_version}) and does not meet the minimum API version"
f" requirement: v{MIN_API_VERSION[0]}.{MIN_API_VERSION[1]}\nPlease upgrade"
" the server or downgrade/reinstall the client SDK with the same"
" major.minor release of the server.",
Expand Down

0 comments on commit 23dd822

Please sign in to comment.