mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +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
|
|
@ -45,7 +45,6 @@ command will be accumulated (using your own 'collect_incoming_data'
|
|||
method) up to the terminator, and then control will be returned to
|
||||
you - by calling your self.found_terminator() method.
|
||||
"""
|
||||
import socket
|
||||
import asyncore
|
||||
from collections import deque
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue