Skip to content

Commit e75f13b

Browse files
author
Tristan Konolige
committed
lint
1 parent 2147145 commit e75f13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/script/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def transform_SubscriptAssign(self, node):
596596
else:
597597
if symbol.dtype == "handle" and len(indexes) != 1:
598598
self.report_error(
599-
"Handles only support one-dimensional indexing. Use `T.match_buffer` to " \
599+
"Handles only support one-dimensional indexing. Use `T.match_buffer` to "
600600
"construct a multidimensional buffer from a handle.",
601601
node.params[0].span,
602602
)

0 commit comments

Comments
 (0)