haojin2 commented on a change in pull request #17816: [Numpy] FFI: split and svd
URL: https://github.com/apache/incubator-mxnet/pull/17816#discussion_r393501128
##########
File path: python/mxnet/_ffi/_cython/function.pxi
##########
@@ -169,3 +187,10 @@ cdef class FunctionBase:
cdef int ret_tcode
FuncCall(self.chandle, args, &ret_val, &ret_tcode)
return make_ret(ret_val, ret_tcode, args)
+
+
+_CLASS_OBJECT = None
+
Review comment:
one more blank line below.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services