commit | d6debb24e06152a827769b0cac24c47deccdeac1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Mar 27 16:05:26 2017 +0200 |
committer | GitHub <noreply@github.com> | Mon Mar 27 16:05:26 2017 +0200 |
tree | f26655d4333391e344dac8cbf6cf2dc08c18b8b4 | |
parent | 604e74c6beb2585c81083fa85f0e5a4d46965cbc [diff] [blame] |
bpo-29919: Remove unused imports found by pyflakes (#137) Make also minor PEP8 coding style fixes on modified imports.
diff --git a/Lib/multiprocessing/reduction.py b/Lib/multiprocessing/reduction.py index c043c9a..7f65947 100644 --- a/Lib/multiprocessing/reduction.py +++ b/Lib/multiprocessing/reduction.py
@@ -7,7 +7,7 @@ # Licensed to PSF under a Contributor Agreement. # -from abc import ABCMeta, abstractmethod +from abc import ABCMeta import copyreg import functools import io