"...pytorch/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "34af2d6889a8bdf36b8520d6e46409d9281093f6"
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 ...@@ -7,10 +7,10 @@ import ctypes
from ..base import _LIB, c_str, check_call from ..base import _LIB, c_str, check_call
from ..runtime_ctypes import DGLArrayHandle from ..runtime_ctypes import DGLArrayHandle
from .types import ( from .types import (
C_TO_PY_ARG_SWITCH,
RETURN_SWITCH,
_return_handle, _return_handle,
_wrap_arg_func, _wrap_arg_func,
C_TO_PY_ARG_SWITCH,
RETURN_SWITCH,
) )
DGLPyCapsuleDestructor = ctypes.CFUNCTYPE(None, ctypes.c_void_p) DGLPyCapsuleDestructor = ctypes.CFUNCTYPE(None, ctypes.c_void_p)
......
...@@ -6,11 +6,11 @@ import ctypes ...@@ -6,11 +6,11 @@ import ctypes
from ..base import _LIB, c_str, check_call from ..base import _LIB, c_str, check_call
from ..object_generic import _set_class_object_base from ..object_generic import _set_class_object_base
from .types import ( from .types import (
_wrap_arg_func,
C_TO_PY_ARG_SWITCH, C_TO_PY_ARG_SWITCH,
RETURN_SWITCH,
DGLValue, DGLValue,
RETURN_SWITCH,
TypeCode, TypeCode,
_wrap_arg_func,
) )
ObjectHandle = ctypes.c_void_p 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