aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/test/check_futures_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/test/check_futures_test.py')
-rw-r--r--tensorflow/tools/test/check_futures_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tools/test/check_futures_test.py b/tensorflow/tools/test/check_futures_test.py
index 32d65adb1f..36a61c0ecc 100644
--- a/tensorflow/tools/test/check_futures_test.py
+++ b/tensorflow/tools/test/check_futures_test.py
@@ -40,6 +40,7 @@ FUTURES_PATTERN_2 = re.compile(
REQUIRED_FUTURES = frozenset(['absolute_import', 'division', 'print_function'])
WHITELIST = [
+ 'python/platform/control_imports.py',
'tools/docker/jupyter_notebook_config.py',
]