Closed GrantAnt closed 1 year ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
@lzchen Build Job for py39 failed. It seems not be connected to my code changes and last week the build was working on master. Just restart build tool?
@GrantAnt
Looks like build is failing for lint.
@lzchen which linter is executed? Can I run it locally?
@GrantAnt
Looks like it's flake8. You can see the lint steps here: https://github.com/census-instrumentation/opencensus-python/blob/master/tox.ini#L68
@lzchen How could I be so blind. Thank you so much :) Whitespaces are resolved now
In the current implementation, proxies are offered but not usable. In case requests library has proxy options set, allow_redirect needs to be set to true.