Skip to content

Commit cca1c22

Browse files
akxradarhere
andauthored
Update src/_imaging.c
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 85da8f6 commit cca1c22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_imaging.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@ _transpose(ImagingObject *self, PyObject *args) {
22142214
case 6:
22152215
imTemp = ImagingTransverse(imOut, imIn);
22162216
break;
2217-
default: // Already checked above, but Clang-Tidy insists :)
2217+
default:
22182218
PyErr_SetString(PyExc_ValueError, "No such transpose operation");
22192219
return NULL;
22202220
}

0 commit comments

Comments
 (0)