Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunderberg committed Apr 20, 2024
1 parent 3a9ac3f commit 09bbb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/ir/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import tvm._ffi

from ..runtime import Object, Scriptable, const, convert
from ..runtime import Object, Scriptable
from . import _ffi_api
from .base import Node, Span
from .type import Type
Expand Down

0 comments on commit 09bbb80

Please sign in to comment.