interpreter/type_checking: remove stale TODO comment

pull/13014/head
Dylan Baker 8 months ago
parent 3c8be4fe26
commit 2ae1bfa17b
  1. 1
      mesonbuild/interpreter/type_checking.py

@ -285,7 +285,6 @@ DEPEND_FILES_KW: KwargInfo[T.List[T.Union[str, File]]] = KwargInfo(
COMMAND_KW: KwargInfo[T.List[T.Union[str, BuildTarget, CustomTarget, CustomTargetIndex, ExternalProgram, File]]] = KwargInfo(
'command',
# TODO: should accept CustomTargetIndex as well?
ContainerTypeInfo(list, (str, BuildTarget, CustomTarget, CustomTargetIndex, ExternalProgram, File), allow_empty=False),
required=True,
listify=True,

Loading…
Cancel
Save