aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-18 16:11:13 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-18 16:11:13 -0400
commitae37176e019e7799b6cbc292c11d92e238ac49ae (patch)
tree19ab21ab6f05b3559cf511c7b43ed7a9e2381710 /tests/test_utils.py
parente66f69af6aa989b721aeb1c612b38b0fd4a374e0 (diff)
downloadcryptography-ae37176e019e7799b6cbc292c11d92e238ac49ae.tar.gz
cryptography-ae37176e019e7799b6cbc292c11d92e238ac49ae.tar.bz2
cryptography-ae37176e019e7799b6cbc292c11d92e238ac49ae.zip
remove a comma that was pointlessly added
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 42b020b4..1003d61d 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -24,7 +24,7 @@ from .utils import (
load_nist_vectors, load_vectors_from_file, load_cryptrec_vectors,
load_hash_vectors, check_for_iface, check_backend_support,
select_backends, load_pkcs1_vectors, load_rsa_nist_vectors,
- load_fips_dsa_key_pair_vectors,
+ load_fips_dsa_key_pair_vectors
)