mirror of
https://github.com/Hopiu/django.git
synced 2026-05-14 18:43:10 +00:00
Removed unneeded smart_bytes import which was introduced in f2fff84bc.
This commit is contained in:
parent
4e17f4589a
commit
518af78e21
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue