Skip to content

Commit 0e5e0e9

Browse files
committed
Removed unneccessary import
1 parent b7e9309 commit 0e5e0e9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

nipype/interfaces/io.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,14 +226,9 @@ def __setattr__(self, key, value):
226226

227227
# DataSink outputs
228228
class DataSinkOutputSpec(TraitedSpec):
229-
'''
230-
'''
231-
232-
# Import packages
233-
import traits.api as tapi
234229

235230
# Init out file
236-
out_file = tapi.Any(desc='datasink output')
231+
out_file = traits.Any(desc='datasink output')
237232

238233

239234
# Custom DataSink class

0 commit comments

Comments
 (0)