Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotate zerver/views/webhooks/beanstalk.py #934

Closed
wants to merge 1 commit into from
Closed

Annotate zerver/views/webhooks/beanstalk.py #934

wants to merge 1 commit into from

Conversation

dawranliou
Copy link
Contributor

Add mypy static type check annotation for zerver/views/webhooks/beanstalk.py

@smarx
Copy link

smarx commented Jun 5, 2016

Automated message from Dropbox CLA bot

@dawran6, it looks like you've already signed the Dropbox CLA. Thanks!

@wraps(view_func)
def _wrapped_view_func(request, *args, **kwargs):
# type: (HttpRequest, *Any, **Any) -> Any
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can still annotate this as returning an HttpResponse

@timabbott
Copy link
Sponsor Member

Merged, thanks @dawran6!

@timabbott timabbott closed this Jun 5, 2016
@dawranliou dawranliou deleted the ant_beanstalk branch June 5, 2016 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants