Skip to content

Commit

Permalink
Revert spurious change
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Apr 29, 2024
1 parent bc04b90 commit 535c130
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/_sqlite/cursor.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ stmt_reset(pysqlite_Statement *self)
Py_BEGIN_ALLOW_THREADS
rc = sqlite3_reset(self->st);
Py_END_ALLOW_THREADS
assert(rc == SQLITE_OK);
}

return rc;
Expand Down

0 comments on commit 535c130

Please sign in to comment.