diff --git a/perma_web/perma/views/playback.py b/perma_web/perma/views/playback.py index b3b5e42e0..6c58e3aca 100644 --- a/perma_web/perma/views/playback.py +++ b/perma_web/perma/views/playback.py @@ -4,7 +4,6 @@ from warcio.timeutils import datetime_to_http_date from django.conf import settings -from django.core.files.storage import storages from django.http import HttpResponseRedirect, HttpResponsePermanentRedirect from django.shortcuts import render, get_object_or_404 from django.utils import timezone @@ -16,7 +15,6 @@ from perma.utils import (if_anonymous, ratelimit_ip_key, memento_url, timemap_url, timegate_url, protocol, remove_control_characters, stream_warc_if_permissible) -from perma.wsgi_utils import retry_on_exception import logging