aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/rmsprop_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/training/rmsprop_test.py')
-rw-r--r--tensorflow/python/training/rmsprop_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/python/training/rmsprop_test.py b/tensorflow/python/training/rmsprop_test.py
index 91827e7cad..32dc2c24bf 100644
--- a/tensorflow/python/training/rmsprop_test.py
+++ b/tensorflow/python/training/rmsprop_test.py
@@ -20,8 +20,6 @@ from __future__ import print_function
import math
-import tensorflow.python.platform
-
import numpy as np
import tensorflow as tf