Commit 75fd390f authored by Yong Tang's avatar Yong Tang
Browse files

Remove duplicate imports in several places



Wrote a script to scan throught the python files in the repo,
and found the remaining duplicate imports in some python files like:
```
 from tensorflow.python.ops import random_ops
-from tensorflow.python.ops import random_ops
 from tensorflow.python.util.deprecation import deprecated
```
This fix removed all of them for duplicate imports.

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent 62ffc337
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment