d-smirnov commented on code in PR #11015: URL: https://github.com/apache/tvm/pull/11015#discussion_r906052373
########## tests/python/relay/aot/test_crt_aot_usmp.py: ########## @@ -18,16 +18,23 @@ from collections import OrderedDict import re - +import textwrap Review Comment: textwrap.dedent is used to strip common leading whitespaces. -- 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]
