From dcf643f20bee524e748a85221e45c8152afa7478 Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Wed, 30 Sep 2015 19:13:56 +0800 Subject: Remove unneeded line. --- tests/test_with_hypothesis.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/test_with_hypothesis.py') diff --git a/tests/test_with_hypothesis.py b/tests/test_with_hypothesis.py index 5a181216..738549f6 100644 --- a/tests/test_with_hypothesis.py +++ b/tests/test_with_hypothesis.py @@ -6,9 +6,6 @@ import pytest from cryptography.fernet import Fernet -hypothesis = pytest.importorskip("hypothesis") - - @given(binary()) def test_fernet(data): f = Fernet(Fernet.generate_key()) -- cgit v1.2.3