Skip to content

Commit

Permalink
fix bug in math.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Liwb5 committed Aug 3, 2022
1 parent fa901df commit 25a7959
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pgl/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
]

import paddle
from paddle import _C_ops
from paddle.common_ops_import import LayerHelper
from paddle.common_ops_import import _non_static_mode
from paddle.common_ops_import import check_variable_and_dtype
from pgl.utils.op import get_index_from_counts


Expand Down

0 comments on commit 25a7959

Please sign in to comment.