Skip to content

Commit c16fc3e

Browse files
authoredJun 11, 2018
Updated import statement
1 parent d5c5d8a commit c16fc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎eval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import video_level_models
2525
import readers
2626
import tensorflow as tf
27-
import tensorflow.python.lib.io.file_io as file_io
27+
from tensorflow.python.lib.io import file_io
2828
from tensorflow import app
2929
from tensorflow import flags
3030
from tensorflow import gfile

0 commit comments

Comments
 (0)
Please sign in to comment.