From 814b6bc7a7786c7ae5e6a0f48b9ae76d209aaade Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 9 Jan 2023 20:59:37 -0500 Subject: Update StringIO --- tests/test_pkey.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test_pkey.py') diff --git a/tests/test_pkey.py b/tests/test_pkey.py index bc1503ab..45d1ee96 100644 --- a/tests/test_pkey.py +++ b/tests/test_pkey.py @@ -26,6 +26,7 @@ import os import stat from binascii import hexlify from hashlib import md5 +from io import StringIO from paramiko import ( RSAKey, @@ -36,7 +37,7 @@ from paramiko import ( util, SSHException, ) -from paramiko.py3compat import StringIO, b, bytes, PY2 +from paramiko.py3compat import b, bytes, PY2 from paramiko.common import o600, byte_chr from cryptography.exceptions import UnsupportedAlgorithm -- cgit v1.2.3