We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See the discussion with @miketaylr at de00259#diff-b9ca02974fd8e51b2c21afc1f20d62b5L53
The current instance of the code
webcompat.com/webcompat/api/endpoints.py
Line 46 in 5b376a2
request_headers
Bonus:
from flask.ext.github import GitHubError
from webcompat import github
😁
The text was updated successfully, but these errors were encountered:
webcompat#862 fixes unused import
341f25a
webcompat#862 removes unused variable
b8a4d5a
webcompat#862 removes unused helper
73ab1cc
d071251
karlcow
No branches or pull requests
See the discussion with @miketaylr at de00259#diff-b9ca02974fd8e51b2c21afc1f20d62b5L53
The current instance of the code
webcompat.com/webcompat/api/endpoints.py
Line 46 in 5b376a2
sports a unused
request_headers
to be removed.Bonus:
from flask.ext.github import GitHubError
from webcompat import github
😁
The text was updated successfully, but these errors were encountered: