Skip to content

Commit c57faca

Browse files
authored
[Typing][C-65] Add type annotations for python/paddle/incubate/multiprocessing/reductions.py (#66030)
1 parent d78c059 commit c57faca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/incubate/multiprocessing/reductions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def _reduce_lodtensor(lodtensor):
232232
return (rebuild, (type(lodtensor),) + metadata)
233233

234234

235-
def init_reductions():
235+
def init_reductions() -> None:
236236
if not _supported_check():
237237
return
238238

0 commit comments

Comments
 (0)