diff --git a/django/core/handlers/wsgi.py b/django/core/handlers/wsgi.py index 37cd028f52..f04ebca981 100644 --- a/django/core/handlers/wsgi.py +++ b/django/core/handlers/wsgi.py @@ -14,7 +14,6 @@ from django.utils import six from django.utils.encoding import ( force_str, force_text, repercent_broken_unicode, ) - from django.utils.functional import cached_property # encode() and decode() expect the charset to be a native string.