Skip to content

Commit

Permalink
import from nipype to avoid adding traits to mypy ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard committed Jan 11, 2024
1 parent 758628d commit 2ea5c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heudiconv/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2ea5c82

Please sign in to comment.