Skip to content

Commit

Permalink
Fix lint err
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunderberg committed Aug 21, 2023
1 parent faa34c6 commit e389adf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/_ffi/_ctypes/packed_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ def _set_class_object_generic(object_generic_class, func_convert_to_object):
_CLASS_OBJECT_GENERIC = object_generic_class
_FUNC_CONVERT_TO_OBJECT = func_convert_to_object


def _init_pythonapi_inc_def_ref():
register_func = _LIB.TVMBackendRegisterEnvCAPI
register_func(c_str("Py_IncRef"), ctypes.pythonapi.Py_IncRef)
Expand Down

0 comments on commit e389adf

Please sign in to comment.