| Index: native_client_sdk/src/build_tools/build_sdk.py
|
| diff --git a/native_client_sdk/src/build_tools/build_sdk.py b/native_client_sdk/src/build_tools/build_sdk.py
|
| index 4dff2cdadd48b4294041b25c854fade77c655ef2..a9d9d0a5cd375fbd110e9622b0f95a9b4a7c06d5 100755
|
| --- a/native_client_sdk/src/build_tools/build_sdk.py
|
| +++ b/native_client_sdk/src/build_tools/build_sdk.py
|
| @@ -15,6 +15,7 @@ BUILDBOT_BUILDERNAME to determine whether the script is run locally
|
| and whether it should upload an SDK to file storage (GSTORE)
|
| """
|
|
|
| +# pylint: disable=W0621
|
|
|
| # std python includes
|
| import copy
|
|
|