Any previous changes to account for proper use of "is, is not" for use with built-in constants True, False and None are removed. However, we should look to fix these where possible as these may be more performant and perform the correct boolean comparison that was intended.
In addition, I did not attempt to adjust string literals to have single quotes and have translatable strings have double quotes.
This PR seeks to replace PR https://github.com/apache/incubator-openwhisk-package-kafka/pull/149 with only addition of ASF headers and a small number of spacing issues. No 79 char line limits changes included.
Any previous changes to account for proper use of "is, is not" for use with built-in constants True, False and None are removed. However, we should look to fix these where possible as these may be more performant and perform the correct boolean comparison that was intended.
In addition, I did not attempt to adjust string literals to have single quotes and have translatable strings have double quotes.