diff options
author | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com> | 2018-11-10 07:22:02 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-11-10 07:22:02 (GMT) |
commit | b9498e2367f21205ed2b9c172665ea6f0a218d27 (patch) | |
tree | f3b03cddd87e5c9c8315113efbea3854870f80b0 /Lib/multiprocessing | |
parent | 43a74abb3a87092a7fd6c71042eafb977d70d8e0 (diff) | |
download | cpython-b9498e2367f21205ed2b9c172665ea6f0a218d27.zip cpython-b9498e2367f21205ed2b9c172665ea6f0a218d27.tar.gz cpython-b9498e2367f21205ed2b9c172665ea6f0a218d27.tar.bz2 |
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
Diffstat (limited to 'Lib/multiprocessing')
-rw-r--r-- | Lib/multiprocessing/popen_fork.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/multiprocessing/popen_fork.py b/Lib/multiprocessing/popen_fork.py index 008b97b..685e8da 100644 --- a/Lib/multiprocessing/popen_fork.py +++ b/Lib/multiprocessing/popen_fork.py @@ -1,5 +1,4 @@ import os -import sys import signal from . import util |