remove unused import

This commit is contained in:
Jean-Paul Calderone 2023-08-11 09:04:32 -04:00
parent f978f9c290
commit b744c768c8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from six.moves import (
)
from hypothesis.strategies import text, floats, integers, one_of
from hypothesis import given, assume
from hypothesis import given
from testtools.matchers import (
Contains,