From 3d7f8d1d6cf268f5c0c482c8d1cce7ec773a7030 Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Sun, 27 Sep 2015 21:00:58 +0800 Subject: Use correct import. --- tests/test_with_hypothesis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_with_hypothesis.py b/tests/test_with_hypothesis.py index 1e39b6b1..31dfa04c 100644 --- a/tests/test_with_hypothesis.py +++ b/tests/test_with_hypothesis.py @@ -1,4 +1,4 @@ -from hypothesis import binary +from hypothesis.strategies import binary import pytest -- cgit v1.2.3