diff options
Diffstat (limited to 'tests/db_functions/text/test_sha224.py')
| -rw-r--r-- | tests/db_functions/text/test_sha224.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/db_functions/text/test_sha224.py b/tests/db_functions/text/test_sha224.py index 9ec0bf933f..a8291d416c 100644 --- a/tests/db_functions/text/test_sha224.py +++ b/tests/db_functions/text/test_sha224.py @@ -1,9 +1,8 @@ import unittest -from django.db import connection +from django.db import NotSupportedError, connection from django.db.models import CharField from django.db.models.functions import SHA224 -from django.db.utils import NotSupportedError from django.test import TestCase from django.test.utils import register_lookup |
