Skip to content

Commit 67cae93

Browse files
committed
BF: silence flake8 warnings for dicom compat
Dicom compatibility module does unused imports; stop flake8 complaining.
1 parent be9b778 commit 67cae93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nibabel/pydicom_compat.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
* dicom_test : test decorator that skips test if dicom not available.
1414
"""
1515

16+
# Module does (apparently) unused imports; stop flake8 complaining
17+
# flake8: noqa
18+
1619
import numpy as np
1720

1821
have_dicom = True

0 commit comments

Comments
 (0)