diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 23:11:16 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 23:26:00 -0500 |
commit | 51875d6d83ed553e5f65fc0bbcf3cdd8f55439d1 (patch) | |
tree | 5090cd70e8f9a4b584fa7856b3a5345668a60567 | |
parent | 871408f80b00877975425fb3dab1602bc934fb1e (diff) |
nuke py3compat.input
-rw-r--r-- | paramiko/transport.py | 1 |
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 |