From 2ea5c82045a75deba1b5b5488a54e4b250e68eb0 Mon Sep 17 00:00:00 2001 From: bpinsard Date: Thu, 11 Jan 2024 16:18:03 -0500 Subject: [PATCH] import from nipype to avoid adding traits to mypy ignores --- heudiconv/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heudiconv/convert.py b/heudiconv/convert.py index 2f696ae0..486439ef 100644 --- a/heudiconv/convert.py +++ b/heudiconv/convert.py @@ -15,7 +15,7 @@ import filelock from nipype import Node -from traits.trait_list_object import TraitListObject +from nipype.interfaces.base import TraitListObject from .bids import ( BIDS_VERSION,