Don't split import into two lines if not required
PiperOrigin-RevId: 248555822
This commit is contained in:
parent
8abaa35efe
commit
6232230c0e
@ -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 gen_stateful_random_ops
|
||||||
from tensorflow.python.ops import math_ops
|
from tensorflow.python.ops import math_ops
|
||||||
from tensorflow.python.ops import variables
|
from tensorflow.python.ops import variables
|
||||||
from tensorflow.python.training.tracking import \
|
from tensorflow.python.training.tracking import tracking
|
||||||
tracking
|
|
||||||
from tensorflow.python.util.tf_export import tf_export
|
from tensorflow.python.util.tf_export import tf_export
|
||||||
|
|
||||||
# A seed for random ops (stateful and stateless) will always be 1024
|
# A seed for random ops (stateful and stateless) will always be 1024
|
||||||
|
Loading…
Reference in New Issue
Block a user