Remove return statements from image comparison tests
The return statements cause the following warning:
PytestReturnNotNoneWarning: Expected None, but ... returned
The return statements cause the following warning:
PytestReturnNotNoneWarning: Expected None, but ... returned