diff options
Diffstat (limited to 'tests')
-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 |