fix missing import

main
eric 2023-03-30 15:08:32 -04:00
parent e8314f4fa7
commit 1a2253bbfd
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# Generated by Django 4.1.7 on 2023-03-30 14:19 # Generated by Django 4.1.7 on 2023-03-30 14:19
import logging import logging
from oaipmh.error import IdDoesNotExistError
from django.db import migrations from django.db import migrations
from doab_check.doab_oai import doab_client, unlist from doab_check.doab_oai import doab_client, unlist