Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Brookhart committed Nov 17, 2020
1 parent 8452d79 commit 29e5ee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/tvm/relay/frontend/onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -2415,7 +2415,8 @@ def _first_body(
_first_body,
)

# Second loop slices outputs of the first loop for valid boxes and concats in the order ONNX wants
## Second loop slices outputs of the first loop for valid boxes and
## concats in the order ONNX wants
# Second inner Loop Vars
i = _expr.var("i", shape=(1,), dtype="int64")
j = _expr.var("j", shape=(1,), dtype="int64")
Expand Down

0 comments on commit 29e5ee1

Please sign in to comment.