aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends/test_commoncrypto.py
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-03-27 16:38:00 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-03-27 16:38:00 +0000
commit5e4c8c3666860fbe7320ea2227428f530cc8f176 (patch)
tree0da4c43bf5c31f13b6cc6f677ce0d068ecaae055 /tests/hazmat/backends/test_commoncrypto.py
parentd80195e1712469ae59d1f9adc306ebfa23cfb59c (diff)
downloadcryptography-5e4c8c3666860fbe7320ea2227428f530cc8f176.tar.gz
cryptography-5e4c8c3666860fbe7320ea2227428f530cc8f176.tar.bz2
cryptography-5e4c8c3666860fbe7320ea2227428f530cc8f176.zip
Fixes to @alex's comments
Diffstat (limited to 'tests/hazmat/backends/test_commoncrypto.py')
-rw-r--r--tests/hazmat/backends/test_commoncrypto.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/hazmat/backends/test_commoncrypto.py b/tests/hazmat/backends/test_commoncrypto.py
index 40a9f4a1..7c703f67 100644
--- a/tests/hazmat/backends/test_commoncrypto.py
+++ b/tests/hazmat/backends/test_commoncrypto.py
@@ -16,9 +16,7 @@ from __future__ import absolute_import, division, print_function
import pytest
from cryptography import utils
-from cryptography.exceptions import (
- InternalError, _Reasons
-)
+from cryptography.exceptions import InternalError, _Reasons
from cryptography.hazmat.bindings.commoncrypto.binding import Binding
from cryptography.hazmat.primitives import interfaces
from cryptography.hazmat.primitives.ciphers.algorithms import AES