Skip to content

Commit d7e414e

Browse files
committed
fix: xo
1 parent 368eee2 commit d7e414e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/images-to-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function (filenames, ims, backend) {
3434

3535
return Promise.all(filenames.map((f, i) => {
3636
if (backend.key === 'tfjs') {
37-
return tensorToFile(f, images[i], backend.backendLib).then(b => {
37+
return tensorToFile(f, images[i], backend.backendLib).then(() => {
3838
backend.dispose(images[i]);
3939
});
4040
}

0 commit comments

Comments
 (0)