aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2017-03-24 11:06:18 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-24 12:26:57 -0700
commitf2574c273778eeb05a8ef3ba40544ddee98a9e07 (patch)
treeb50cabf762d11a82a41d46d27a482e2fc4fc08f4 /tensorflow/examples/learn
parentec2f8761168c40a76b95220221889b47f82700d9 (diff)
Fix lint issues after pull.
Change: 151154030
Diffstat (limited to 'tensorflow/examples/learn')
-rw-r--r--tensorflow/examples/learn/boston.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/learn/boston.py b/tensorflow/examples/learn/boston.py
index 19cfdee513..7a7024e001 100644
--- a/tensorflow/examples/learn/boston.py
+++ b/tensorflow/examples/learn/boston.py
@@ -18,8 +18,8 @@ from __future__ import division
from __future__ import print_function
from sklearn import datasets
-from sklearn import model_selection
from sklearn import metrics
+from sklearn import model_selection
from sklearn import preprocessing
import tensorflow as tf