diff options
Diffstat (limited to 'tests/auth_tests/test_decorators.py')
| -rw-r--r-- | tests/auth_tests/test_decorators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth_tests/test_decorators.py b/tests/auth_tests/test_decorators.py index 2c3f93d2ab..08f6186e34 100644 --- a/tests/auth_tests/test_decorators.py +++ b/tests/auth_tests/test_decorators.py @@ -1,4 +1,4 @@ -from asgiref.sync import iscoroutinefunction +from inspect import iscoroutinefunction from django.conf import settings from django.contrib.auth import models |
