Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Sparling committed Sep 1, 2022
1 parent 4d63050 commit 10754fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onnx_tf/handlers/backend/softmax_cross_entropy_loss.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import tensorflow as tf

from onnx_tf.common import exception
from onnx_tf.handlers.backend_handler import BackendHandler
from onnx_tf.handlers.handler import onnx_op
from onnx_tf.handlers.handler import tf_func
Expand Down

0 comments on commit 10754fd

Please sign in to comment.