mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-03 17:48:17 +00:00
fix: python lint
This commit is contained in:
parent
cb69d8b0dd
commit
2a0402ce7f
3 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ impl Cursor {
|
|||
match stmt.borrow_mut().step().map_err(|e| {
|
||||
PyErr::new::<OperationalError, _>(format!("Step error: {:?}", e))
|
||||
})? {
|
||||
limbo_core::RowResult::IO => {
|
||||
limbo_core::StepResult::IO => {
|
||||
self.conn.io.run_once().map_err(|e| {
|
||||
PyErr::new::<OperationalError, _>(format!("IO error: {:?}", e))
|
||||
})?;
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue