mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Issue #20976: pyflakes: Remove unused imports
This commit is contained in:
parent
69b1e261fc
commit
7fa767e517
43 changed files with 11 additions and 64 deletions
|
@ -8,13 +8,11 @@
|
|||
#
|
||||
|
||||
import bisect
|
||||
import itertools
|
||||
import mmap
|
||||
import os
|
||||
import sys
|
||||
import tempfile
|
||||
import threading
|
||||
import _multiprocessing
|
||||
|
||||
from . import context
|
||||
from . import reduction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue