Removed unneeded smart_bytes import which was introduced in f2fff84bc
.
This commit is contained in:
parent
4e17f4589a
commit
518af78e21
|
@ -5,7 +5,6 @@ import tempfile
|
|||
from django.conf import settings
|
||||
from django.contrib.sessions.backends.base import SessionBase, CreateError
|
||||
from django.core.exceptions import SuspiciousOperation, ImproperlyConfigured
|
||||
from django.utils.encoding import smart_bytes
|
||||
|
||||
|
||||
class SessionStore(SessionBase):
|
||||
|
|
Loading…
Reference in New Issue