Skip to content

Commit 9eea92f

Browse files
committed
STY: flake8 [skip ci]
1 parent 7b03108 commit 9eea92f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

niworkflows/utils/misc.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,14 @@ def get_template_specs(
6868
RuntimeError:
6969
...
7070
71-
>>> get_template_specs('UNCInfant', {'suffix': 'T1w', 'res': 1})[1] # doctest: +IGNORE_EXCEPTION_DETAIL
71+
>>> get_template_specs('UNCInfant',
72+
... {'suffix': 'T1w', 'res': 1})[1] # doctest: +IGNORE_EXCEPTION_DETAIL
7273
Traceback (most recent call last):
7374
RuntimeError:
7475
...
7576
76-
>>> get_template_specs('UNCInfant', {'cohort': 1, 'suffix': 'T1w', 'res': 1}, fallback=True)[1]
77+
>>> get_template_specs('UNCInfant',
78+
... {'cohort': 1, 'suffix': 'T1w', 'res': 1}, fallback=True)[1]
7779
{'resolution': None, 'cohort': 1}
7880
"""
7981
import templateflow.api as tf

0 commit comments

Comments
 (0)