Skip to content

Commit

Permalink
global: fix import from cds-ils
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Mar 8, 2021
1 parent 723789b commit 4550b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cds_migrator_kit/records/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import logging

import click
from cds_ils.importer.providers.cds.models.book import model as book_model
from cds_ils.importer.providers.cds.models.document import model as book_model
from cds_ils.importer.providers.cds.models.journal import \
model as journal_model
from cds_ils.importer.providers.cds.models.multipart import \
Expand Down

0 comments on commit 4550b34

Please sign in to comment.