Skip to content

Commit 0df772f

Browse files
Remove unused imports in multiprocessing docs example (#109984)
1 parent 892ee72 commit 0df772f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/library/multiprocessing.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2623,7 +2623,6 @@ server::
26232623
The following code uses :func:`~multiprocessing.connection.wait` to
26242624
wait for messages from multiple processes at once::
26252625

2626-
import time, random
26272626
from multiprocessing import Process, Pipe, current_process
26282627
from multiprocessing.connection import wait
26292628

0 commit comments

Comments
 (0)