Skip to content

Commit

Permalink
#145:
Browse files Browse the repository at this point in the history
Fix the import so it is a direct import of pydicom to avoid the deprecation warning
  • Loading branch information
abrys committed May 8, 2024
1 parent 4f3f9f1 commit 816923f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dicom2nifti/convert_dicom.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import shutil
import tempfile

from nibabel.pydicom_compat import pydicom
import pydicom
from pydicom.tag import Tag

import dicom2nifti.common as common
Expand Down

0 comments on commit 816923f

Please sign in to comment.