Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhreshold committed May 13, 2019
1 parent cb35e58 commit f6e9ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/frontend/onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ def from_onnx(model,
# try use onnx's own model checker before converting any model
checker.check_model(model)
except ImportError:
pass
pass
g = GraphProto(shape, dtype)
graph = model.graph
try:
Expand Down

0 comments on commit f6e9ef1

Please sign in to comment.