Skip to content

Commit

Permalink
Fix queue import
Browse files Browse the repository at this point in the history
  • Loading branch information
nealwu committed Mar 27, 2017
1 parent 66eb101 commit ae50fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textsum/batch_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import time

import numpy as np
from six.moves.queue import Queue
from six.moves import queue as Queue
from six.moves import xrange
import tensorflow as tf

Expand Down

0 comments on commit ae50fa9

Please sign in to comment.