junrushao commented on PR #13973:
URL: https://github.com/apache/tvm/pull/13973#issuecomment-1431875573

   Let's fix the lint and merge it in asap. If you don't like that pylint 
claims about variable naming, just do:
   
   ```python
   # pylint: disable=invalid-name
   you code
   # pylint: enable=invalid-name
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to