Skip to content

Commit

Permalink
revert cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Oct 22, 2024
1 parent 489fd48 commit a409ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actuator/rust/bindings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ impl From<PyRobstrideMotorType> for RobstrideMotorType {
}

#[pymodule]
fn bindings(m: &PyModule) -> PyResult<()> {
fn bindings(m: &Bound<PyModule>) -> PyResult<()> {
m.add_class::<PyRobstrideMotors>()?;
m.add_class::<PyRobstrideMotorFeedback>()?;
m.add_class::<PyRobstrideMotorsSupervisor>()?;
Expand Down

0 comments on commit a409ad4

Please sign in to comment.