[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-04-25 18:08:50 +00:00
parent c0cb417a44
commit 1420e72566

View File

@ -387,7 +387,7 @@ _buildTransform(
Py_END_ALLOW_THREADS;
if (!hTransform) {
if (!hTransform) {
PyErr_SetString(PyExc_ValueError, "cannot build transform");
}
@ -421,7 +421,7 @@ _buildProofTransform(
Py_END_ALLOW_THREADS;
if (!hTransform) {
if (!hTransform) {
PyErr_SetString(PyExc_ValueError, "cannot build proof transform");
}