aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/skflow/neural_translation_word.py
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2016-03-23 09:29:20 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-23 12:11:18 -0700
commit334702e19a920ac21fbbbf5b14f7619cb860c427 (patch)
tree0628fb936d0f1195470a2068305ffffb43589815 /tensorflow/examples/skflow/neural_translation_word.py
parent3ad7d3e289aa8e7af4ac98f7f076a8637dc7ecf8 (diff)
Reformat __future__ imports.
Change: 117943734
Diffstat (limited to 'tensorflow/examples/skflow/neural_translation_word.py')
-rw-r--r--tensorflow/examples/skflow/neural_translation_word.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tensorflow/examples/skflow/neural_translation_word.py b/tensorflow/examples/skflow/neural_translation_word.py
index 2fa5f897bb..4b76a8b83c 100644
--- a/tensorflow/examples/skflow/neural_translation_word.py
+++ b/tensorflow/examples/skflow/neural_translation_word.py
@@ -13,8 +13,9 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-
-from __future__ import division, print_function, absolute_import
+from __future__ import absolute_import
+from __future__ import division
+from __future__ import print_function
import cPickle
import itertools