Skip to content

Commit

Permalink
lint: comment out ParentNotHarvestedException
Browse files Browse the repository at this point in the history
  • Loading branch information
nickumia-reisys committed Oct 2, 2023
1 parent bf09ae3 commit 9f3b15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datajson/datajson.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from ckanext.harvest.model import HarvestObject, HarvestObjectError, HarvestObjectExtra
from ckanext.harvest.harvesters.base import HarvesterBase
from ckanext.datajson.exceptions import ParentNotHarvestedException
# from ckanext.datajson.exceptions import ParentNotHarvestedException
import uuid
import hashlib
import json
Expand Down

0 comments on commit 9f3b15e

Please sign in to comment.