Skip to content

Commit 3adfbaa

Browse files
committed
Fix pylint
1 parent 364ce53 commit 3adfbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topi/python/topi/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def get_const_tuple(in_tuple):
165165
if not isinstance(elem, (tvm.expr.IntImm, tvm.expr.UIntImm)):
166166
ret.append(elem)
167167
else:
168-
ret.append(get_const_int(elem))
168+
ret.append(get_const_int(elem))
169169
return tuple(ret)
170170

171171

0 commit comments

Comments
 (0)