From 7f8262abf6879b80fbb23d835728eb1851ba8a08 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 11 Jan 2023 20:14:49 -0500 Subject: Import shuffle --- tests/test_sftp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_sftp.py') diff --git a/tests/test_sftp.py b/tests/test_sftp.py index c273feaa..05d27af8 100644 --- a/tests/test_sftp.py +++ b/tests/test_sftp.py @@ -34,8 +34,8 @@ from tempfile import mkstemp import pytest from paramiko.common import o777, o600, o666, o644 -from tests import requireNonAsciiLocale from paramiko.sftp_attr import SFTPAttributes +from tests import requireNonAsciiLocale from .util import needs_builtin from .util import slow -- cgit v1.2.3