junrushao commented on code in PR #101: URL: https://github.com/apache/tvm-ffi/pull/101#discussion_r2424487800
########## python/tvm_ffi/testing.py: ########## @@ -15,33 +15,50 @@ # specific language governing permissions and limitations # under the License. """Testing utilities.""" +# ruff: noqa: D102,D105 from __future__ import annotations -from typing import Any, ClassVar +from collections.abc import Mapping, Sequence +from typing import TYPE_CHECKING, Any, ClassVar from . import _ffi_api -from .container import Array, Map Review Comment: this change is intentional -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
