X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/60b06883b6d5a336ef47c01103ec1ce25aafae69..3306216e9d0c249c2699275aad212a7c4c3cc4a7:/apps/catalogue/management/commands/savemedia.py

diff --git a/apps/catalogue/management/commands/savemedia.py b/apps/catalogue/management/commands/savemedia.py
index 49f1d484e..216c5e335 100755
--- a/apps/catalogue/management/commands/savemedia.py
+++ b/apps/catalogue/management/commands/savemedia.py
@@ -5,7 +5,6 @@
 import os.path
 
 from django.core.management.base import BaseCommand
-from django.core.files import File
 
 from catalogue.models import Book, BookMedia
 from catalogue.utils import ExistingFile