areusch commented on code in PR #12028: URL: https://github.com/apache/tvm/pull/12028#discussion_r931629212
########## tests/python/frontend/tensorflow/test_forward.py: ########## @@ -14,29 +14,27 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -# pylint: disable=import-self, invalid-name, unused-argument +# pylint: disable=import-self, invalid-name, unused-argument, unused-variable, redefined-builtin Review Comment: ah yeah fair. if you have cycles, it would be great to remove these var--this lint check does tend to catch some bugs. at least though, for any pylint disable, let's add a comment explaining why we're adding it. -- 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