Skip to content

Commit

Permalink
[skip ci] deleted comment that is no longer valid
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Jun 29, 2023
1 parent 8ded823 commit df92bd1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pydra/engine/specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ def attr_fields(spec, exclude_names=()):

# These are special types that are checked for in the construction of input/output specs
# and special converters inserted into the attrs fields.
#
# Ideally Multi(In|Out)putObj would be a generic (see https://github.com/python/mypy/issues/3331)
# and then Multi(In|Out)putFile could be just Multi(In|Out)obj.


class MultiInputObj(list, ty.Generic[T]):
pass

Expand Down

0 comments on commit df92bd1

Please sign in to comment.