diff options
author | Terry Chia <terrycwk1994@gmail.com> | 2015-09-27 21:00:58 +0800 |
---|---|---|
committer | Terry Chia <terrycwk1994@gmail.com> | 2015-09-27 21:00:58 +0800 |
commit | 3d7f8d1d6cf268f5c0c482c8d1cce7ec773a7030 (patch) | |
tree | 4da939f69b1caa7a0989ec2e3c628f6843c17df2 /tests/test_with_hypothesis.py | |
parent | 42ea0d1795797c7f52ba714147e2bbc29dad9deb (diff) | |
download | cryptography-3d7f8d1d6cf268f5c0c482c8d1cce7ec773a7030.tar.gz cryptography-3d7f8d1d6cf268f5c0c482c8d1cce7ec773a7030.tar.bz2 cryptography-3d7f8d1d6cf268f5c0c482c8d1cce7ec773a7030.zip |
Use correct import.
Diffstat (limited to 'tests/test_with_hypothesis.py')
-rw-r--r-- | tests/test_with_hypothesis.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |