mirror of https://github.com/python/cpython
Remove unused imports in multiprocessing docs example (#109984)
This commit is contained in:
parent
892ee72b36
commit
0df772f555
|
@ -2623,7 +2623,6 @@ server::
|
|||
The following code uses :func:`~multiprocessing.connection.wait` to
|
||||
wait for messages from multiple processes at once::
|
||||
|
||||
import time, random
|
||||
from multiprocessing import Process, Pipe, current_process
|
||||
from multiprocessing.connection import wait
|
||||
|
||||
|
|
Loading…
Reference in New Issue