From ea3a2325fde4be04ba65a2c07e4847235e71e89d Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Wed, 30 Sep 2015 19:23:58 +0800 Subject: Remove unused import. --- tests/test_with_hypothesis.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test_with_hypothesis.py') 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 -- cgit v1.2.3