Fix pylint issue in the master branch
authorYong Tang <yong.tang.github@outlook.com>
Wed, 23 May 2018 23:40:59 +0000 (23:40 +0000)
committerYong Tang <yong.tang.github@outlook.com>
Wed, 23 May 2018 23:40:59 +0000 (23:40 +0000)
commit4a3161e4ab330f33c6fd47773225238e92180846
tree01a70bd07b2b86c12bf7ad93f9f4087fbf6bf054
parenta4a6bab62151616b54216059919bb2c111a45881
Fix pylint issue in the master branch

The latest master branch has the following pylint failure that caused
`Ubuntu Sanity — Internal CI build failed`:
```
53 FAIL: Found 2 non-whitelited pylint errors:
54 tensorflow/contrib/cmake/tools/create_def_file.py:47: [C0301(line-too-long), ] Line too long (106/80)
55
56 tensorflow/contrib/cmake/tools/create_def_file.py:61: [C0301(line-too-long), ] Line too long (90/80)
```

This PR addresses the above issues.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
tensorflow/contrib/cmake/tools/create_def_file.py