fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
363ab45
)
unused imports
author
Jan Szejko
<janek37@gmail.com>
Fri, 6 Oct 2017 16:17:44 +0000
(18:17 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Fri, 6 Oct 2017 16:17:44 +0000
(18:17 +0200)
apps/catalogue/management/commands/import_lessons.py
patch
|
blob
|
history
diff --git
a/apps/catalogue/management/commands/import_lessons.py
b/apps/catalogue/management/commands/import_lessons.py
index
7ff494f
..
0c7c873
100644
(file)
--- 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