Skip to content

Conversation

@yanchengxin2018
Copy link

Description

This pull request adds an explicit type annotation to self.request within the dispatch method.
By assigning self.request: Request = request, it helps IDEs like PyCharm correctly infer the type of self.request, improving type checking and code navigation.

There are no functional changes, only a minor internal improvement for developer experience.

No related issue.

@ulgens
Copy link
Contributor

ulgens commented Jul 18, 2025

@auvipy @browniebroke This looks like an easy win.

@ulgens
Copy link
Contributor

ulgens commented Jul 19, 2025

Why? 😔

@yanchengxin2018
Copy link
Author

Are these more complete type annotations inspired by me? Is that correct? (It makes sense in terms of the timeline.) Even without a physical contribution, a spiritual contribution is worth being happy about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants