Skip to content

Commit

Permalink
Drop long deleted cookie_date (#2091)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfootjon committed Apr 15, 2024
1 parent 42bf4a3 commit 8087d47
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions channels/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@
from django.utils import timezone
from django.utils.encoding import force_str
from django.utils.functional import LazyObject
from django.utils.http import http_date

from channels.db import database_sync_to_async

try:
from django.utils.http import http_date
except ImportError:
from django.utils.http import cookie_date as http_date


class CookieMiddleware:
"""
Expand Down

0 comments on commit 8087d47

Please sign in to comment.