diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-03-27 16:38:00 +0000 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-03-27 16:38:00 +0000 |
commit | 5e4c8c3666860fbe7320ea2227428f530cc8f176 (patch) | |
tree | 0da4c43bf5c31f13b6cc6f677ce0d068ecaae055 /tests/hazmat | |
parent | d80195e1712469ae59d1f9adc306ebfa23cfb59c (diff) | |
download | cryptography-5e4c8c3666860fbe7320ea2227428f530cc8f176.tar.gz cryptography-5e4c8c3666860fbe7320ea2227428f530cc8f176.tar.bz2 cryptography-5e4c8c3666860fbe7320ea2227428f530cc8f176.zip |
Fixes to @alex's comments
Diffstat (limited to 'tests/hazmat')
-rw-r--r-- | tests/hazmat/backends/test_commoncrypto.py | 4 |
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 |