fix: clean up 49 unused variables, catch params, and stale imports (#22695)

This commit is contained in:
Kit Langton
2026-04-15 22:01:53 -04:00
committed by GitHub
parent 4a078e05b1
commit 021fe76e47
37 changed files with 32 additions and 94 deletions
@@ -1,5 +1,4 @@
import fs from "fs/promises"
import path from "path"
import os from "os"
import { Effect, Layer } from "effect"
import { AppFileSystem } from "@opencode-ai/shared/filesystem"