Skip to content

Commit f2f9669

Browse files
committed
[API-Compat] Fixed precommit failure
1 parent 5dbe60a commit f2f9669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/utils/decorator_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class SizeArgsDecorator(DecoratorBase):
104104
paddle.ones([1, 2, 3], paddle.float32)
105105
paddle.ones(shape=[1, 2, 3], dtype=paddle.float32)
106106
"""
107-
107+
108108
def process(
109109
self, args: tuple[Any, ...], kwargs: dict[str, Any]
110110
) -> tuple[tuple[Any, ...], dict[str, Any]]:

0 commit comments

Comments
 (0)