junrushao commented on code in PR #206:
URL: https://github.com/apache/tvm-ffi/pull/206#discussion_r2476248516
##########
python/tvm_ffi/module.py:
##########
@@ -133,8 +134,7 @@ def implements_function(self, name: str, query_imports:
bool = False) -> bool:
Returns
-------
- b
- True if module (or one of its imports) has a definition for name.
+ True if module (or one of its imports) has a definition for name.
Review Comment:
there's no need to name an extra variable - the return type is derived from
function signature
--
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]