Skip to content

Commit 8b16e63

Browse files
committed
sty: removed top-level import, fix log spacing
1 parent 86607d7 commit 8b16e63

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

heudiconv/dicoms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import logging
55
from collections import OrderedDict
66
import tarfile
7-
from nibabel.nicom import csareader
87
from heudiconv.external.pydicom import dcm
98

109
from .utils import SeqInfo, load_json, set_readonly

heudiconv/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def get_study_sessions(dicom_dir_template, files_opt, heuristic, outdir,
186186
"`infotoids` to heuristic file or "
187187
"provide `--subjects` option")
188188
lgr.warn("Heuristic is missing an `infotoids` method, assigning "
189-
"empty method and using provided subject id %s."
189+
"empty method and using provided subject id %s. "
190190
"Provide `session` and `locator` fields for best results."
191191
, sid)
192192
def infotoids(seqinfos, outdir):

0 commit comments

Comments
 (0)