We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f960ac6 commit fe15dd3Copy full SHA for fe15dd3
cwltool/main.py
@@ -836,7 +836,7 @@ def my_represent_none(self, data): # pylint: disable=unused-argument
836
if runtimeContext.research_obj is not None:
837
runtimeContext.research_obj.create_job(
838
out, None, True)
839
- def remove_at_id(doc): # type: MutableMapping -> None
+ def remove_at_id(doc): # type: (MutableMapping[Text, Any]) -> None
840
for key in list(doc.keys()):
841
if key == '@id':
842
del doc[key]
0 commit comments