Skip to content

Commit dfb04bd

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

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
@@ -2305,7 +2305,7 @@ def __init__(self, input_names, **inputs):
23052305
super().__init__(**inputs)
23062306

23072307
self._input_names = ensure_list(input_names)
2308-
add_traits(self.inputs, list(self._input_names))
2308+
add_traits(self.inputs, self._input_names)
23092309

23102310
def _list_outputs(self):
23112311
"""Execute this module."""

0 commit comments

Comments
 (0)