Skip to content

Commit

Permalink
fixing import
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 committed Nov 18, 2024
1 parent 649f116 commit dba4b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processes/ingest/hathi_trust.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import requests
from requests.exceptions import ReadTimeout, HTTPError

from constants import get_constants
from constants.get_constants import get_constants
from ..core import CoreProcess
from mappings.hathitrust import HathiMapping
from logger import create_log
Expand Down

0 comments on commit dba4b70

Please sign in to comment.