Skip to content

Commit

Permalink
revert isort changes in seldon_core/proto/tensorflow/core/framework/_…
Browse files Browse the repository at this point in the history
…_init__.py
  • Loading branch information
zyxue authored and seldondev committed Feb 5, 2021
1 parent 5d78065 commit 426432a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

if _TF_PRESENT:
# Let tensorflow shadow these imports if present
from tensorflow.core.framework import tensor_pb2, tensor_shape_pb2, types_pb2
from tensorflow.core.framework import tensor_pb2, types_pb2, tensor_shape_pb2

0 comments on commit 426432a

Please sign in to comment.