commit | 3d7f8d1d6cf268f5c0c482c8d1cce7ec773a7030 | [log] [tgz] |
---|---|---|
author | Terry Chia <terrycwk1994@gmail.com> | Sun Sep 27 21:00:58 2015 +0800 |
committer | Terry Chia <terrycwk1994@gmail.com> | Sun Sep 27 21:00:58 2015 +0800 |
tree | 4da939f69b1caa7a0989ec2e3c628f6843c17df2 | |
parent | 42ea0d1795797c7f52ba714147e2bbc29dad9deb [diff] [blame] |
Use correct import.
diff --git a/tests/test_with_hypothesis.py b/tests/test_with_hypothesis.py index 1e39b6b..31dfa04 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