blackkker commented on code in PR #12028:
URL: https://github.com/apache/tvm/pull/12028#discussion_r932947473


##########
tests/python/frontend/tflite/test_forward.py:
##########
@@ -14,20 +14,30 @@
 # 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=unused-argument, disable=import-outside-toplevel, 
inconsistent-return-statements

Review Comment:
   1. import-outside-toplevel can be remove when tflite 
https://github.com/apache/tvm/blob/9a4d80c5fe7d756baa83708fd9679c7ae0fac195/tests/python/frontend/tflite/test_forward.py#L190-L199
   2. inconsistent-return-statements 
https://github.com/apache/tvm/blob/9a4d80c5fe7d756baa83708fd9679c7ae0fac195/tests/python/frontend/tflite/test_forward.py#L1976-L1995



-- 
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