aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py2
-rw-r--r--tests/hazmat/primitives/test_cmac.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 6ba8ae0a..d55e6cf6 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -17,7 +17,7 @@ import pytest
from cryptography.hazmat.backends import _available_backends
from cryptography.hazmat.backends.interfaces import (
- CipherBackend, CMACBackend, DSABackend, HMACBackend, HashBackend,
+ CMACBackend, CipherBackend, DSABackend, HMACBackend, HashBackend,
PBKDF2HMACBackend, RSABackend
)
from .utils import check_backend_support, check_for_iface, select_backends
diff --git a/tests/hazmat/primitives/test_cmac.py b/tests/hazmat/primitives/test_cmac.py
index dd7f9df4..25568114 100644
--- a/tests/hazmat/primitives/test_cmac.py
+++ b/tests/hazmat/primitives/test_cmac.py
@@ -32,7 +32,7 @@ from cryptography.hazmat.primitives.ciphers.algorithms import (
from cryptography.hazmat.primitives.cmac import CMAC
from tests.utils import (
- load_vectors_from_file, load_nist_vectors, raises_unsupported_algorithm
+ load_nist_vectors, load_vectors_from_file, raises_unsupported_algorithm
)
vectors_aes128 = load_vectors_from_file(