alanmacd commented on code in PR #12063:
URL: https://github.com/apache/tvm/pull/12063#discussion_r923717944


##########
tests/python/unittest/test_runtime_trace.py:
##########
@@ -87,11 +95,14 @@ def check_expr_sum(dtype):
 
 
 def test_trace_expr_sum_args():
+    """Test trace expression sum arguments"""
+
     @tvm.register_func("tvm.tir.trace_silent")
-    def silent(*args):
+    def silent(*_args):  # pylint: disable=unused-variable
         return
 
     def check_expr_sum(dtype):
+        # pylint: disable=invalid-name

Review Comment:
   the unused variable is silent() 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to