Skip to content

Commit 6659dc5

Browse files
committed
[#696] Remove redundant imports
1 parent ae7ec03 commit 6659dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/integration/test_filtering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import unittest
22
from hypothesis import given, example
3-
from hypothesis.strategies import integers, floats, assume
3+
from hypothesis.strategies import integers
44
from axelrod import all_strategies, filtered_strategies
55

66

0 commit comments

Comments
 (0)