aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2015-09-30 19:23:58 +0800
committerTerry Chia <terrycwk1994@gmail.com>2015-09-30 19:23:58 +0800
commitea3a2325fde4be04ba65a2c07e4847235e71e89d (patch)
treec4705c324b394894f453c9d9d2da5642a31e3bd9 /tests
parentdcf643f20bee524e748a85221e45c8152afa7478 (diff)
downloadcryptography-ea3a2325fde4be04ba65a2c07e4847235e71e89d.tar.gz
cryptography-ea3a2325fde4be04ba65a2c07e4847235e71e89d.tar.bz2
cryptography-ea3a2325fde4be04ba65a2c07e4847235e71e89d.zip
Remove unused import.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_with_hypothesis.py2
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