Skip to content

Commit 403d347

Browse files
committed
code style
1 parent 37b3fd9 commit 403d347

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python/paddle/tensor/linalg.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
from paddle.base.libpaddle import DataType
2525
from paddle.common_ops_import import VarDesc
2626
from paddle.tensor.math import broadcast_shape
27-
from paddle.utils.decorator_utils import ParamAliasDecorator, VariableArgsDecorator
27+
from paddle.utils.decorator_utils import (
28+
ParamAliasDecorator,
29+
VariableArgsDecorator,
30+
)
2831
from paddle.utils.inplace_utils import inplace_apis_in_dygraph_only
2932

3033
from ..base.data_feeder import (

0 commit comments

Comments
 (0)