remove unused import
This commit is contained in:
parent
f978f9c290
commit
b744c768c8
|
@ -12,7 +12,7 @@ from six.moves import (
|
||||||
)
|
)
|
||||||
|
|
||||||
from hypothesis.strategies import text, floats, integers, one_of
|
from hypothesis.strategies import text, floats, integers, one_of
|
||||||
from hypothesis import given, assume
|
from hypothesis import given
|
||||||
|
|
||||||
from testtools.matchers import (
|
from testtools.matchers import (
|
||||||
Contains,
|
Contains,
|
||||||
|
|
Loading…
Reference in New Issue