diff options
Diffstat (limited to 'tests/models/thl/test_soft_pair.py')
| -rw-r--r-- | tests/models/thl/test_soft_pair.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/models/thl/test_soft_pair.py b/tests/models/thl/test_soft_pair.py index bac0e8d..588847e 100644 --- a/tests/models/thl/test_soft_pair.py +++ b/tests/models/thl/test_soft_pair.py @@ -4,8 +4,8 @@ from generalresearch.models.thl.soft_pair import SoftPairResult, SoftPairResultT def test_model(): from generalresearch.models.dynata.survey import ( - DynataCondition, ConditionValueType, + DynataCondition, ) c1 = DynataCondition( |
