We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82dcd6d commit 5c4e266Copy full SHA for 5c4e266
nipype/interfaces/io.py
@@ -834,7 +834,6 @@ class S3DataGrabber(LibraryBaseInterface, IOBase):
834
output_spec = DynamicTraitedSpec
835
_always_run = True
836
_pkg = 'boto'
837
- imports = ('botocore',)
838
839
def __init__(self, infields=None, outfields=None, **kwargs):
840
"""
@@ -2014,7 +2013,7 @@ class XNATSink(LibraryBaseInterface, IOBase):
2014
2013
fields.
2015
2016
input_spec = XNATSinkInputSpec
2017
- _pkg = 'xnat'
+ _pkg = 'pyxnat'
2018
2019
def _list_outputs(self):
2020
"""Execute this module.
0 commit comments