mirror of
https://github.com/python/cpython.git
synced 2025-07-10 04:45:36 +00:00
Removed unused imports.
This commit is contained in:
parent
a6f26c1d34
commit
ccd047ea4b
26 changed files with 11 additions and 31 deletions
|
@ -36,10 +36,8 @@ python ftplib.py -d localhost -l -p -l
|
|||
# Modified by Giampaolo Rodola' to add TLS support.
|
||||
#
|
||||
|
||||
import os
|
||||
import sys
|
||||
import socket
|
||||
import warnings
|
||||
from socket import _GLOBAL_DEFAULT_TIMEOUT
|
||||
|
||||
__all__ = ["FTP", "error_reply", "error_temp", "error_perm", "error_proto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue