X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/60b06883b6d5a336ef47c01103ec1ce25aafae69..0bd2f26c7d4a349bf9ae9377a945baf39d28af00:/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