summaryrefslogtreecommitdiff
path: root/paramiko
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-09 23:11:16 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-09 23:26:00 -0500
commit51875d6d83ed553e5f65fc0bbcf3cdd8f55439d1 (patch)
tree5090cd70e8f9a4b584fa7856b3a5345668a60567 /paramiko
parent871408f80b00877975425fb3dab1602bc934fb1e (diff)
downloadparamiko-51875d6d83ed553e5f65fc0bbcf3cdd8f55439d1.tar.gz
nuke py3compat.input
Diffstat (limited to 'paramiko')
-rw-r--r--paramiko/transport.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py
index cff51446..b2e8d432 100644
--- a/paramiko/transport.py
+++ b/paramiko/transport.py
@@ -101,7 +101,6 @@ from paramiko.kex_gss import KexGSSGex, KexGSSGroup1, KexGSSGroup14
from paramiko.message import Message
from paramiko.packet import Packetizer, NeedRekeyException
from paramiko.primes import ModulusPack
-from paramiko.py3compat import input
from paramiko.rsakey import RSAKey
from paramiko.ecdsakey import ECDSAKey
from paramiko.server import ServerInterface