Skip to content

Commit 198fc64

Browse files
committed
CLN: Remove unused import
1 parent 64fde4b commit 198fc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/nicom/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
""" Utilities for working with DICOM datasets
22
"""
33

4-
import re, string
4+
import re
55

66
from numpy.compat.py3k import asstr
77
import numpy as np

0 commit comments

Comments
 (0)