Skip to content

Commit 2f1da5a

Browse files
STY: Further simplification
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent dfb04bd commit 2f1da5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2367,7 +2367,7 @@ def __init__(self, input_names, **inputs):
23672367
super().__init__(**inputs)
23682368

23692369
self._input_names = ensure_list(input_names)
2370-
add_traits(self.inputs, list(self._input_names))
2370+
add_traits(self.inputs, self._input_names)
23712371

23722372
def _list_outputs(self):
23732373
"""Execute this module."""

0 commit comments

Comments
 (0)