fix: resolve eslint unused-var and useless-assignment warnings

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
tdurieux
2026-05-06 08:17:07 +03:00
parent e306adcc97
commit 7e0f900c7a
4 changed files with 2 additions and 5 deletions
-1
View File
@@ -1,5 +1,4 @@
const { expect } = require("chai");
const { Readable } = require("stream");
// Standalone test of the LFS-pointer detection shape used in
// GitHubStream#resolveLfsPointer. We can't easily import that method (it's