diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-29 11:07:05 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-29 11:07:05 -0700 |
commit | b366f39d20588a4e08a7c1f186711e478f5db375 (patch) | |
tree | 38ddc441f3dd52c9e51e97646e18d862fededf5e /tests | |
parent | 147805a901f2c848501edbbd1daa5a129d903d04 (diff) | |
download | cryptography-b366f39d20588a4e08a7c1f186711e478f5db375.tar.gz cryptography-b366f39d20588a4e08a7c1f186711e478f5db375.tar.bz2 cryptography-b366f39d20588a4e08a7c1f186711e478f5db375.zip |
Wrap lines appropriately
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hazmat/primitives/test_serialization.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/hazmat/primitives/test_serialization.py b/tests/hazmat/primitives/test_serialization.py index 5ee68b23..fc108d27 100644 --- a/tests/hazmat/primitives/test_serialization.py +++ b/tests/hazmat/primitives/test_serialization.py @@ -23,8 +23,7 @@ from cryptography.exceptions import _Reasons from cryptography.hazmat.primitives import interfaces from cryptography.hazmat.primitives.asymmetric import ec from cryptography.hazmat.primitives.serialization import ( - load_pem_pkcs8_private_key, load_pem_private_key, - load_pem_public_key, + load_pem_pkcs8_private_key, load_pem_private_key, load_pem_public_key, load_pem_traditional_openssl_private_key ) |