From 6232230c0eea165b244224c30e124ebf324158ae Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 May 2019 10:44:19 -0700 Subject: [PATCH] Don't split import into two lines if not required PiperOrigin-RevId: 248555822 --- tensorflow/python/ops/stateful_random_ops.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tensorflow/python/ops/stateful_random_ops.py b/tensorflow/python/ops/stateful_random_ops.py index fbdf23717cc..d48a8b36f5a 100644 --- a/tensorflow/python/ops/stateful_random_ops.py +++ b/tensorflow/python/ops/stateful_random_ops.py @@ -28,8 +28,7 @@ from tensorflow.python.ops import array_ops from tensorflow.python.ops import gen_stateful_random_ops from tensorflow.python.ops import math_ops from tensorflow.python.ops import variables -from tensorflow.python.training.tracking import \ -tracking +from tensorflow.python.training.tracking import tracking from tensorflow.python.util.tf_export import tf_export # A seed for random ops (stateful and stateless) will always be 1024