From 8bda24dcb4bc8ca0969e78b3cced9bf82c010343 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 9 Jan 2023 23:28:48 -0500 Subject: s/mock/unittest.mock/g --- tests/test_pkey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_pkey.py') diff --git a/tests/test_pkey.py b/tests/test_pkey.py index 166cbe32..e2d0a1af 100644 --- a/tests/test_pkey.py +++ b/tests/test_pkey.py @@ -42,7 +42,7 @@ from paramiko.common import o600, byte_chr from cryptography.exceptions import UnsupportedAlgorithm from cryptography.hazmat.primitives.asymmetric.rsa import RSAPrivateNumbers -from mock import patch, Mock +from unittest.mock import patch, Mock import pytest from .util import _support, is_low_entropy, requires_sha1_signing -- cgit v1.2.3