mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
(Merge 3.4) Issue #20976: pyflakes: Remove unused imports
This commit is contained in:
commit
03ce1c013d
43 changed files with 11 additions and 64 deletions
|
@ -73,7 +73,6 @@ import os
|
|||
import socket
|
||||
import collections
|
||||
from urllib.parse import urlsplit
|
||||
import warnings
|
||||
|
||||
__all__ = ["HTTPResponse", "HTTPConnection",
|
||||
"HTTPException", "NotConnected", "UnknownProtocol",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue