summaryrefslogtreecommitdiff
path: root/tests/type/test_constraint.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/type/test_constraint.py')
-rw-r--r--tests/type/test_constraint.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/type/test_constraint.py b/tests/type/test_constraint.py
index ea97225..a502b1a 100644
--- a/tests/type/test_constraint.py
+++ b/tests/type/test_constraint.py
@@ -14,7 +14,8 @@ except ImportError:
from tests.base import BaseTestCase
-from pyasn1.type import constraint, error
+from pyasn1.type import constraint
+from pyasn1.type import error
class SingleValueConstraintTestCase(BaseTestCase):