aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/identity_op_py_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/kernel_tests/identity_op_py_test.py')
-rw-r--r--tensorflow/python/kernel_tests/identity_op_py_test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/python/kernel_tests/identity_op_py_test.py b/tensorflow/python/kernel_tests/identity_op_py_test.py
index 2209cf08ad..c64b0be950 100644
--- a/tensorflow/python/kernel_tests/identity_op_py_test.py
+++ b/tensorflow/python/kernel_tests/identity_op_py_test.py
@@ -1,4 +1,8 @@
"""Tests for IdentityOp."""
+from __future__ import absolute_import
+from __future__ import division
+from __future__ import print_function
+
import tensorflow.python.platform
import numpy as np