"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "ddd0cfb497e5c0c7f5dea6ba79dc97763d8d8f9a"
Unverified Commit 4706b6bf authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

[Misc] Autoformat python dgl. (#5338)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
parent 71f7e96a
......@@ -7,10 +7,10 @@ import ctypes
from ..base import _LIB, c_str, check_call
from ..runtime_ctypes import DGLArrayHandle
from .types import (
C_TO_PY_ARG_SWITCH,
RETURN_SWITCH,
_return_handle,
_wrap_arg_func,
C_TO_PY_ARG_SWITCH,
RETURN_SWITCH,
)
DGLPyCapsuleDestructor = ctypes.CFUNCTYPE(None, ctypes.c_void_p)
......
......@@ -6,11 +6,11 @@ import ctypes
from ..base import _LIB, c_str, check_call
from ..object_generic import _set_class_object_base
from .types import (
_wrap_arg_func,
C_TO_PY_ARG_SWITCH,
RETURN_SWITCH,
DGLValue,
RETURN_SWITCH,
TypeCode,
_wrap_arg_func,
)
ObjectHandle = ctypes.c_void_p
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment