Skip to content

Commit 8ff35a9

Browse files
committed
slots: remove duplicate pymethods from union
1 parent 5ef2434 commit 8ff35a9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crates/vm/src/builtins/union.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ impl PyUnion {
136136
}
137137
}
138138

139-
#[pymethod(name = "__ror__")]
140-
#[pymethod]
141139
fn __or__(zelf: PyObjectRef, other: PyObjectRef, vm: &VirtualMachine) -> PyObjectRef {
142140
type_::or_(zelf, other, vm)
143141
}

0 commit comments

Comments
 (0)