diff options
author | Terry Chia <terrycwk1994@gmail.com> | 2015-09-30 19:23:58 +0800 |
---|---|---|
committer | Terry Chia <terrycwk1994@gmail.com> | 2015-09-30 19:23:58 +0800 |
commit | ea3a2325fde4be04ba65a2c07e4847235e71e89d (patch) | |
tree | c4705c324b394894f453c9d9d2da5642a31e3bd9 /tests/test_with_hypothesis.py | |
parent | dcf643f20bee524e748a85221e45c8152afa7478 (diff) | |
download | cryptography-ea3a2325fde4be04ba65a2c07e4847235e71e89d.tar.gz cryptography-ea3a2325fde4be04ba65a2c07e4847235e71e89d.tar.bz2 cryptography-ea3a2325fde4be04ba65a2c07e4847235e71e89d.zip |
Remove unused import.
Diffstat (limited to 'tests/test_with_hypothesis.py')
-rw-r--r-- | tests/test_with_hypothesis.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_with_hypothesis.py b/tests/test_with_hypothesis.py index 738549f6..fd243803 100644 --- a/tests/test_with_hypothesis.py +++ b/tests/test_with_hypothesis.py @@ -1,8 +1,6 @@ from hypothesis import given from hypothesis.strategies import binary -import pytest - from cryptography.fernet import Fernet |