aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2015-09-27 21:00:58 +0800
committerTerry Chia <terrycwk1994@gmail.com>2015-09-27 21:00:58 +0800
commit3d7f8d1d6cf268f5c0c482c8d1cce7ec773a7030 (patch)
tree4da939f69b1caa7a0989ec2e3c628f6843c17df2 /tests
parent42ea0d1795797c7f52ba714147e2bbc29dad9deb (diff)
downloadcryptography-3d7f8d1d6cf268f5c0c482c8d1cce7ec773a7030.tar.gz
cryptography-3d7f8d1d6cf268f5c0c482c8d1cce7ec773a7030.tar.bz2
cryptography-3d7f8d1d6cf268f5c0c482c8d1cce7ec773a7030.zip
Use correct import.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_with_hypothesis.py2
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