Skip to content

Commit 0501ea7

Browse files
committed
fix
1 parent 1322a7d commit 0501ea7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphgallery/transforms/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
# tensor transform
3535
from graphgallery.transforms.tensor_transform.tensor import *
36-
from graphgallery.transforms.tensor_transform import tf_tensor, th_tensor
3736

3837

3938
# other transform

graphgallery/transforms/tensor_transform/tf_tensor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
from graphgallery import floatx, intx
66
from graphgallery.utils.type_check import (is_list_like,
77
is_interger_scalar,
8-
is_tensor, is_scalar_like,
8+
is_tensor,
9+
is_scalar_like,
910
infer_type)
1011

1112
from graphgallery.utils.decorators import MultiInputs

0 commit comments

Comments
 (0)