Skip to content

Commit

Permalink
rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Dec 12, 2015
1 parent e3dafa6 commit 952c7dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_hypothesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
Property-based tests using https://warehouse.python.org/project/hypothesis/
"""

from functools import reduce
from math import isnan
from operator import or_

from hypothesis import assume, given
from hypothesis.strategies import dictionaries, none, booleans, integers, floats, text, binary, one_of, frozensets, \
Expand Down

0 comments on commit 952c7dc

Please sign in to comment.