Skip to content

Commit d38a1ff

Browse files
committed
remove todo comment
1 parent 85e9cd9 commit d38a1ff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pythonwhat/check_function.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def check_function(name, index,
5959
"You might have to manually specify or correct the signature."
6060
.format(index=index, name=name))
6161

62-
# TODO if can't parse sig, send failed test msg
6362
try:
6463
stu_sig = get_sig(mapped_name=stu_parts['name'], process=state.student_process)
6564
stu_parts['args'], _ = bind_args(stu_sig, stu_parts['args'])

0 commit comments

Comments
 (0)