diff options
Diffstat (limited to 'tests/test_kex.py')
-rw-r--r-- | tests/test_kex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_kex.py b/tests/test_kex.py index b6463558..24fb8b81 100644 --- a/tests/test_kex.py +++ b/tests/test_kex.py @@ -24,7 +24,7 @@ from binascii import hexlify, unhexlify import os import unittest -from mock import Mock, patch +from unittest.mock import Mock, patch import pytest from cryptography.hazmat.backends import default_backend |