Skip to content

Commit

Permalink
Fix dicomhelpers
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpiatek committed Jan 14, 2025
1 parent 55b2888 commit 4fdbaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixl_dcmd/src/pixl_dcmd/_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from sqlalchemy.orm import sessionmaker, exc

from core.exceptions import PixlDiscardError
from pixl_dcmd._dicom_helpers import StudyInfo
from pixl_dcmd.dicom_helpers import StudyInfo

url = URL.create(
drivername="postgresql+psycopg2",
Expand Down

0 comments on commit 4fdbaac

Please sign in to comment.