Remove duplicate imports
Inside ffmpeg/__init__.py the last import line:
```
from tensorflow.contrib.ffmpeg.ffmpeg_ops import decode_video
```
is a duplicate of the previous import. This fix removes the duplicate.
Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
Loading
Please sign in to comment