Skip to content

Commit baddbde

Browse files
committed
BF Correct dicom import
1 parent 5e37a58 commit baddbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/pydicom_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
try:
2323
import dicom as pydicom
2424
# Values not imported by default
25-
import pydicom.values
25+
import dicom.values
2626
except ImportError:
2727
try:
2828
import pydicom

0 commit comments

Comments
 (0)