X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fc0fd8b62d0256e7f253f05bb75c9f42211b7d40..1ca6d764bb26082e103bfa81e586de5ee43eef02:/apps/catalogue/management/commands/import_lessons.py diff --git a/apps/catalogue/management/commands/import_lessons.py b/apps/catalogue/management/commands/import_lessons.py index 7ff494f8..0c7c8731 100644 --- a/apps/catalogue/management/commands/import_lessons.py +++ b/apps/catalogue/management/commands/import_lessons.py @@ -7,7 +7,6 @@ import os from django.core.management.base import BaseCommand from django.core.management.color import color_style from django.db import transaction -from librarian import ParseError, ValidationError from catalogue.models import Book