Skip to content

Commit

Permalink
apply code review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
cyx-6 committed Sep 7, 2022
1 parent 265d7da commit ea64211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/python/unittest/test_tvmscript_ir_builder_irmodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# under the License.
"""Unittests for tvm.script.ir_builder.ir"""
import pytest
import tvm.testing
from tvm.script.ir_builder import IRBuilder
from tvm.script.ir_builder import ir as I
from tvm import ir
Expand All @@ -37,4 +38,4 @@ def test_ir_builder_irmodule():


if __name__ == "__main__":
test_ir_builder_irmodule()
tvm.testing.main()

0 comments on commit ea64211

Please sign in to comment.