Skip to content

Commit

Permalink
Import pydicom instead of the dicomio module
Browse files Browse the repository at this point in the history
  • Loading branch information
darrencl committed Sep 13, 2024
1 parent c48090f commit d62cc02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion suspect/io/dicom.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from ._common import complex_array_from_iter

import pydicom.dicomio
import pydicom
import pydicom.tag


Expand Down
2 changes: 1 addition & 1 deletion suspect/io/siemens.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pydicom.tag
import pydicom.dicomio
import pydicom
import numpy
import struct
import warnings
Expand Down

0 comments on commit d62cc02

Please sign in to comment.