wrongtest-intellif commented on code in PR #12288:
URL: https://github.com/apache/tvm/pull/12288#discussion_r939458597
##########
tests/python/unittest/test_type_annotation_checker.py:
##########
@@ -16,7 +16,8 @@
# under the License.
"""Test type checker based on python's type annotations"""
-from typing import List, Tuple, Union
+import sys
Review Comment:
```python
if __name__ == "__main__":
sys.exit(pytest.main(sys.argv))
```
--
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]