Skip to content

Commit b256b7c

Browse files
committed
Fix: delete todo
1 parent 42ef202 commit b256b7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm/src/builtins/builtinfunc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ impl PyNativeFuncDef {
5555
ctx: &Context,
5656
class: &'static Py<PyType>,
5757
) -> PyRef<PyStaticMethod> {
58-
// TODO: classmethod_descriptor
5958
let callable = self.build_method(ctx, class).into();
6059
PyStaticMethod::new_ref(callable, ctx)
6160
}

0 commit comments

Comments
 (0)