Skip to content

Commit ece527a

Browse files
mnoergaardmgxd
andauthored
Update niworkflows/interfaces/bids.py
Co-authored-by: Mathias Goncalves <mathiasg@stanford.edu>
1 parent bc9c1dd commit ece527a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

niworkflows/interfaces/bids.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ class BIDSDataGrabber(SimpleInterface):
260260

261261
input_spec = _BIDSDataGrabberInputSpec
262262
output_spec = _BIDSDataGrabberOutputSpec
263-
_require_funcs = False
264263

265264
def __init__(self, *args, **kwargs):
266265
anat_only = kwargs.pop('anat_only', None)

0 commit comments

Comments
 (0)