Add return type hint to TZP.use - #1745
Open
chintakuntaharshavardhanreddy wants to merge 1 commit into
Open
Conversation
chintakuntaharshavardhanreddy
requested review from
SashankBhamidi,
angatha,
niccokunzmann and
stevepiercy
as code owners
August 31, 2026 15:59
Contributor
|
This pull request did not pass quality checks and AI use is suspected. Please review Contribute and make any necessary amendments. |
Contributor
|
Profile summary: Full profile |
AI disclosure: I used GPT-5.6 Luna to assist with understanding the issue, reviewing the change, and guiding the contribution workflow.
chintakuntaharshavardhanreddy
force-pushed
the
add-tzp-use-type-hint
branch
from
August 31, 2026 16:16
5673dfb to
f4e8880
Compare
angatha
approved these changes
Aug 31, 2026
angatha
left a comment
Collaborator
There was a problem hiding this comment.
Thank you for your first contribution.
If you want to continue with other missing signatures, please chack all chackboxes in the PR template. That does indicate that you have done the step. E.g. " I added or updated tests, if applicable." does not ask you to add or update tests, but it also asks, that you checked it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked issue
Description
Added the missing
Nonereturn type hint toTZP.use().The method does not return a value, so its return type is now explicitly annotated as
None.Checklist