You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/08 18:00:23 UTC

[GitHub] rabbah opened a new pull request #3627: remove unused imports or dead variables as reported in travis build.

rabbah opened a new pull request #3627: remove unused imports or dead variables as reported in travis build.
URL: https://github.com/apache/incubator-openwhisk/pull/3627
 
 
   I noticed in travis builds there are several python related warnings from the flake8 - so I removed them.
   
   ```
   /tests/dat/actions/sleep.py:12:1: F401 'sys' imported but unused
   ./performance/gatling_tests/src/gatling/resources/data/pythonAction.py:4:1: F401 'sys' imported but unused
   ./actionRuntimes/actionProxy/invoke.py:39:1: F401 'traceback' imported but unused
   3     F401 'traceback' imported but unused
   ./tools/admin/wskadmin:534:5: F841 local variable 'argsDict' is assigned to but never used
   ./tools/admin/wskadmin:553:5: F841 local variable 'argsDict' is assigned to but never used
   2     F841 local variable 'argsDict' is assigned to but never used
   ```
   
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Use `x` in all the boxes that apply: -->
   - [x ] Enhancement or new feature (adds new functionality).
   
   ## Checklist:
   <!--- Please review the points below which help you make sure you've covered all aspects of the change you're making. -->
   
   - [x] I signed an [Apache CLA](https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md).
   - [x] I reviewed the [style guides](https://github.com/apache/incubator-openwhisk/wiki/Contributing:-Git-guidelines#code-readiness) and followed the recommendations (Travis CI will check :).
   - [ ] I added tests to cover my changes.
   - [ ] My changes require further changes to the documentation.
   - [ ] I updated the documentation where necessary.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services