Skip to content

Commit fe3bd69

Browse files
Update vm/src/builtins/staticmethod.rs
Co-authored-by: Jeong YunWon <69878+youknowone@users.noreply.github.com>
1 parent 2a3ca64 commit fe3bd69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm/src/builtins/staticmethod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ impl Initializer for PyStaticMethod {
6868

6969
fn init(zelf: PyRef<Self>, args: Self::Args, vm: &VirtualMachine) -> PyResult<()> {
7070
zelf.as_object().set_attr("__doc__", args.get_attr("__doc__", vm)?, vm)?;
71-
// zelf.as_object().set_attr("__format__", args.get_attr("__format__", vm)?, vm);
7271
Ok(())
7372
}
7473
}

0 commit comments

Comments
 (0)