Skip to content

Commit

Permalink
Remove drop reference (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Sep 13, 2023
1 parent c09206f commit c0f3510
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/y_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ impl YTransaction {
_traceback: Option<&'p PyAny>,
) -> PyResult<bool> {
self.commit();
drop(self);
Ok(exception_type.is_none())
}
}

0 comments on commit c0f3510

Please sign in to comment.