Skip to content

fix(client): annotate _handle_error_response as NoReturn#60

Merged
fguillot merged 1 commit intomainfrom
fix/noreturn-annotation
Mar 24, 2026
Merged

fix(client): annotate _handle_error_response as NoReturn#60
fguillot merged 1 commit intomainfrom
fix/noreturn-annotation

Conversation

@fguillot
Copy link
Copy Markdown
Member

Adds NoReturn type hint so type checkers know the method always raises, eliminating implicit None return warnings on callers.

Adds NoReturn type hint so type checkers know the method always
raises, eliminating implicit None return warnings on callers.
@fguillot fguillot merged commit 34a0f29 into main Mar 24, 2026
7 checks passed
@fguillot fguillot deleted the fix/noreturn-annotation branch March 24, 2026 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant