Skip to content

Commit a248652

Browse files
committed
fix lint
1 parent 18071bf commit a248652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/relay/frontend/onnx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ def from_onnx(model,
11391139
# try use onnx's own model checker before converting any model
11401140
checker.check_model(model)
11411141
except ImportError:
1142-
pass
1142+
pass
11431143
g = GraphProto(shape, dtype)
11441144
graph = model.graph
11451145
try:

0 commit comments

Comments
 (0)