Skip to content

Commit

Permalink
Eliminate no-op import alias '...tensor_tuple as tensor_tuple'
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 311602448
  • Loading branch information
csuter authored and emilyfertig committed May 14, 2020
1 parent ec093f8 commit 73ce8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_probability/python/layers/distribution_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from tensorflow_probability.python.distributions import variational_gaussian_process as variational_gaussian_process_lib
from tensorflow_probability.python.internal import distribution_util as dist_util
from tensorflow_probability.python.layers.internal import distribution_tensor_coercible as dtc
from tensorflow_probability.python.layers.internal import tensor_tuple as tensor_tuple
from tensorflow_probability.python.layers.internal import tensor_tuple
from tensorflow.python.keras.utils import tf_utils as keras_tf_utils # pylint: disable=g-direct-tensorflow-import


Expand Down

0 comments on commit 73ce8fa

Please sign in to comment.